Kango framework
Kango is an cross-browser extension framework, based on web-standards.
Now everyone developer familiar with JavaScript can create extensions for all major browsers including even Internet Explorer.
Features
Single code base
Write single code which works in the same way on all major browsers: Chrome, Firefox, Internet Explorer, and Safari.
Content scripts
Kango provides full access to DOM and have built-in support for Greasemonkey-style user scripts.
Background scripts
Create long-running scripts to process large data in background.
Third-party libraries support
Use jQuery and hundreds of other JavaScript libraries.
XHR
Cross-domain HTTP requests.
Storage
Persistent JSON storage.
Browser Management
Handle browser events and interact with the browser tab system.
Browser Button
Dynamic button with badge in browser bar.
HTML Popup
Popup window with any HTML content.
Auto-update
Update extension from your server at any time.
License
Kango is free for open source non-profitable projects.
To learn more about the commercial license please contact us.
Download
Free license package includes support for Chrome, Firefox and Safari.
Download Kango v1.8.0
What’s new in the latest version
- Firefox: Electrolysis compatibility
- Core: Synchronous access to kango.i18n in content script