chrome browser extension update

This commit is contained in:
Matias Alejo Garcia 2014-07-02 15:53:29 -03:00
commit 50f0b9ae22
12 changed files with 55 additions and 12 deletions

View file

@ -0,0 +1,13 @@
System Requirements
* Download [Add-on SDK](https://addons.mozilla.org/en-US/developers/builder)
* Install it. [Mozilla Docs](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation)
Run
```
$ sh firefox/build.sh
```
- Copy the content of *firefox/firefox-addon* (lib, data, package.json) to your development path.
- Compile the XPI file [Mozilla Docs](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Getting_started)