https://github.com/bufferapp/extender
Cross-Browser Extension library and build tool
https://github.com/bufferapp/extender
Last synced: 7 months ago
JSON representation
Cross-Browser Extension library and build tool
- Host: GitHub
- URL: https://github.com/bufferapp/extender
- Owner: bufferapp
- Created: 2012-05-07T10:51:32.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-07T20:39:01.000Z (over 13 years ago)
- Last Synced: 2025-04-19T19:09:50.172Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 6
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Extender
Browser Extension Development library
At Buffer I've been managing extensions for Chrome, Firefox and Safari, and I've been frustrated by API differences and the challenging of keeping essentially three projects in sync. Extender is an effort to normalise these APIs.
Pull requests gladly accepted.
### Build
It's a bit hacky right now, but I'll improve it soon.
Basic (default) structure of an Extender project:
_config.yml (optional)
extender
extension/
lib/
Running 'extender' will copy the contents of 'extension' into three new directories, 'chrome', 'safari' and 'firefox'.
### Javascript
The JS library is more or less non-functional right now. Coming soon.
### License
MIT Licence