https://github.com/ccnmtl/mediathread-firefox
Firefox extension for importing assets to Mediathread
https://github.com/ccnmtl/mediathread-firefox
Last synced: about 2 months ago
JSON representation
Firefox extension for importing assets to Mediathread
- Host: GitHub
- URL: https://github.com/ccnmtl/mediathread-firefox
- Owner: ccnmtl
- License: gpl-2.0
- Created: 2015-11-13T17:41:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-26T16:31:30.000Z (3 months ago)
- Last Synced: 2025-02-26T17:35:50.718Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# mediathread-firefox
[](https://github.com/ccnmtl/mediathread-firefox/actions)
Find assets to analyze in Mediathread.
## Development notes
You can use the [web-ext](https://www.npmjs.com/package/web-ext) tool for development.
To run from source, `cd` into this directory and run:
web-ext run --verbose
## Releasing a new version
Mozilla's add-on review process takes time, so we rely on self-distribution
as a backup method. Starting with Firefox 43, all extensions need to be
[signed](https://wiki.mozilla.org/Add-ons/Extension_Signing). This makes
self-distribution a little more complicated than just making an XPI file
and uploading it to github.* Run `make clean && jpm xpi`, and upload the created xpi to
https://addons.mozilla.org/en-US/developers/addon/mediathread to put
it in the review queue.