Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregyjames/lycan
A framework for responding to browser events outside the browser
https://github.com/gregyjames/lycan
browser-extension chrome chrome-extension client csharp dotnet events framework javascript microsoft server
Last synced: 17 days ago
JSON representation
A framework for responding to browser events outside the browser
- Host: GitHub
- URL: https://github.com/gregyjames/lycan
- Owner: gregyjames
- License: mit
- Created: 2020-07-24T18:45:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-24T19:56:45.000Z (over 4 years ago)
- Last Synced: 2024-11-10T22:14:23.732Z (3 months ago)
- Topics: browser-extension, chrome, chrome-extension, client, csharp, dotnet, events, framework, javascript, microsoft, server
- Language: C#
- Homepage:
- Size: 44.9 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/gregyjames/Lycan.svg?branch=master)](https://travis-ci.com/gregyjames/Lycan)
# Lycan ![](download.jpg)
Lycan is a application development framework for responding to browser events outside the browser in other languages (i.e C#)## How does Lycan Work?
Lycan creates a local server on your desktop that responds to HTTP requests from your browser. These requests are created using the Lycan browser extensions that are provided. You can edit these extensions to match your specified needs (i.e get different Urls)## What web browsers are currently supported?
- Chrome## What languages are currenly implemented?
- C# .Net## How do I install the browser extensions?
- Chrome
- Go to the url chrome://extensions/ url in your browser
- Turn on developer mode
- Press the "Load Unpacked" Button
- Navigate to the browser-extensions/chrome-extension folder where you cloned Lycan