Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```