Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbluehat/firefox-addon
Mozilla Firefox Hypothes.is Add-on
https://github.com/bigbluehat/firefox-addon
Last synced: about 2 months ago
JSON representation
Mozilla Firefox Hypothes.is Add-on
- Host: GitHub
- URL: https://github.com/bigbluehat/firefox-addon
- Owner: BigBlueHat
- Created: 2014-11-05T20:19:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-29T15:16:21.000Z (over 10 years ago)
- Last Synced: 2024-10-17T06:42:38.936Z (2 months ago)
- Size: 191 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hypothes.is Firefox Extension
Load the [hypothes.is](http://hypothes.is/) open annotation tools into the web.
## Install the latest dev copy
The `hypothesis.xpi` in this repo should be built from the latest source. Open
it in Firefox to install it.## Building & Installing
To build this addon locally, you will need to
[install the Firefox Add-on SDK](https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Installation).Then, from within this directory, run the following to test out the extension
in a standalone Firefox:```
cfx run
```Building an XPI version of the extension is just as simple:
```
cfx build
```