-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74b72bb
commit 42487fe
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
# Feedcrunch.IO - WebExtension | ||
## Compatible with: Chrome - Firefox - Opera - Edge | ||
## Compatible with: Chrome - Firefox - Opera | ||
|
||
[![GitHub release](https://img.shields.io/github/release/DEKHTIARJonathan/Feedcrunch.IO-WebExtension.svg?label=github%20repository)](https://github.com/DEKHTIARJonathan/Feedcrunch.IO-WebExtension) | ||
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/cgmjhmibefcmnkbppbinjjgjpbgdaklf.svg)](https://chrome.google.com/webstore/detail/feedcrunchio/cgmjhmibefcmnkbppbinjjgjpbgdaklf) | ||
[![Mozilla Add-on](https://img.shields.io/amo/v/feedcrunch-io.svg)](https://addons.mozilla.org/en-GB/firefox/addon/feedcrunch-io/) | ||
[![Opera Extension](https://img.shields.io/badge/opera-coming_soon-blue.svg)](https://github.com/DEKHTIARJonathan/Feedcrunch.IO-WebExtension/releases) | ||
[![Edge Extension](https://img.shields.io/badge/edge-coming_soon-blue.svg)](https://github.com/DEKHTIARJonathan/Feedcrunch.IO-WebExtension/releases) | ||
|
||
### How to install the extension on a local browser | ||
|
||
- on ***Firefox***: visit `about:debugging`, click *Load Temporary Addon*, select the `manifest.json` file. | ||
- on ***Chrome***: visit `chrome://extension`, check *Developer mode*, click *Load unpacked extension*, select the *extension directory*. | ||
- on ***Opera***: visit `about:extension`, click *Developer mode*, *Load unpacked extension*, select the *extension directory*. | ||
- on ***Edge***: (tested with insider *Edge version 39.14959*) click the 3 dots icon at the top right, select *Extensions*, click *Load extension*, select the *extension directory*. | ||
|
||
### Project Dependencies | ||
|
||
* JQuery (v3.2.1): https://github.com/jquery/jquery | ||
* JQuery-Validation (v1.17.0): https://github.com/jquery-validation/jquery-validation | ||
* Materialize (v0.98.1): https://github.com/Dogfalo/materialize | ||
* Materialize-Tags (v1.1.0): https://github.com/henrychavez/materialize-tags | ||
* Sweetalert2 (v6.7.0): https://github.com/limonte/sweetalert2/ | ||
* TypeAhead (v0.11.1): https://github.com/twitter/typeahead.js |