Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozfreddyb/scanjs-add-on
Firefox add-on wrapper for scanjs
https://github.com/mozfreddyb/scanjs-add-on
Last synced: 19 days ago
JSON representation
Firefox add-on wrapper for scanjs
- Host: GitHub
- URL: https://github.com/mozfreddyb/scanjs-add-on
- Owner: mozfreddyb
- License: mpl-2.0
- Created: 2014-05-14T14:29:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T22:05:09.000Z (over 9 years ago)
- Last Synced: 2023-04-10T18:55:14.323Z (over 1 year ago)
- Language: JavaScript
- Size: 934 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
scanjs Firefox Add-on
====================This is the Firefox add-on port of [ScanJS](https://github.com/mozilla/scanjs/).
To use this, you must clone this repo *and* fetch the scanjs repo as a submodule.
Observe:
```
git clone https://github.com/mozfreddyb/scanjs-add-on.git
cd scanjs-add-on
git submodule init
git submodule update
```