Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azer-oss/browser-extensions
Kozmos' Browser Extensions
https://github.com/azer-oss/browser-extensions
Last synced: 3 months ago
JSON representation
Kozmos' Browser Extensions
- Host: GitHub
- URL: https://github.com/azer-oss/browser-extensions
- Owner: azer-oss
- Created: 2017-03-20T13:21:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T14:37:42.000Z (about 5 years ago)
- Last Synced: 2024-08-05T11:12:05.837Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.54 MB
- Stars: 33
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - browser-extensions - Kozmos' Browser Extensions (JavaScript)
README
## browser-extensions
This is the source code of [Kozmos](http://getkozmos.com)' browser extensions.
![](https://cldup.com/nrk7XgbqdA.png)
## Commands
Google Chrome:
* `make compile-chrome`: Compile Google Chrome distribution.
* `make watch-chrome`: Watch for changes and recompileFirefox:
* `make compile-firefox`: Outputs a signed XPI file in the root directory.
* Use `watch-chrome` for development. They share the same code.Safari:
* `make compile-safari`: Compiles source code into Safari extension directory.
* `make watch-safari`: Watch for changes and recompile.