Skip to content

Commit

Permalink
replaced dist installazion with webstores links
Browse files Browse the repository at this point in the history
  • Loading branch information
Lor-Saba committed Jan 8, 2020
1 parent 23cf35d commit 75903b8
Showing 1 changed file with 12 additions and 21 deletions.
33 changes: 12 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,35 +237,26 @@ The rules whose *URL Pattern* match with the page address will be selected and q
<img src="./readme-resources/injection_flow.jpg">


## Installation

- download the repository,
- (optional) to apply changes to the *src* and rebuild:
- launch `npm install` to download the dev-dependencies,
- launch `grunt` to build the extension,
(a *dist* folder should have been generated containing the local version of Code-injector)
- load the *dist* folder into your browser:
## Installation

- **Firefox:**
Go to [`about:debugging`](https://developer.mozilla.org/en-US/docs/Tools/about:debugging) and load it as temporary extension
You can find `Code Injector` in these webstores:

- **Chrome:**
Options > More tools > Extensions > Load unpacked extension...
|||
|--:|:--|
|**Firefox**|[https://addons.mozilla.org/en-US/firefox/addon/codeinjector/](https://addons.mozilla.org/en-US/firefox/addon/codeinjector/)|
|**Chrome**|( ..working on it )|
|**Opera**|( ..working on it )|

- **Opera:**
Extensions > Developer mode > Load unpacked extension...

> **Important:**
> Check the [releases page](https://github.com/Lor-Saba/Code-Injector/releases) to download stable versions of the repository.
> The *master* branch is used for development and may contain unfinished and broken features.

#### Browser compatibility:

[<img title="Firefox" src="readme-resources/browsers/firefox.png" style="width: 64px;"/>](https://addons.mozilla.org/en-US/firefox/addon/codeinjector/)
<img title="Chrome" src="readme-resources/browsers/chrome.png" style="width: 64px;"/>
<img title="Opera" src="readme-resources/browsers/opera.png" style="width: 64px;"/>
<img title="Edge" src="readme-resources/browsers/no_edge.png" style="width: 64px;"/>
<img title="Safari" src="readme-resources/browsers/no_safari.png" style="width: 64px;"/>
<img title="Firefox" src="readme-resources/browsers/firefox.png" style="width: 64px;"/>
<img title="Chrome" src="readme-resources/browsers/chrome.png" style="width: 64px;"/>
<img title="Opera" src="readme-resources/browsers/opera.png" style="width: 64px;"/>
<img title="Edge" src="readme-resources/browsers/no_edge.png" style="width: 64px;"/>
<img title="Safari" src="readme-resources/browsers/no_safari.png" style="width: 64px;"/>

## What's next

Expand Down

0 comments on commit 75903b8

Please sign in to comment.