Automatically add content scripts to existing tabs when your extension is installed
Repositories
fregante repositories
Browser Extension component messaging framework
WebExtension module: Simple message handler
Helps you manage and autosave your extension's options.
Helps you manage and autosave your extension's options, separately for each additional permission
Utilities for patterns and globs for WebExtensions
Browser-action context menu to request permission for the current tab.
WebExtensions module: Get any optional permissions that users have granted you.
WebExtensions: Polyfill for `onAdded` and `onRemoved` permission events for Firefox.
Super-lightweight Promised wrapper around `chrome.*` API to be used in modules. Prefer `webextension-polyfill` if you’re using it directly in an extension.
WIP
A more usable typed storage API for Web Extensions
Cache values in your Web Extension and clear them on expiration. Also includes a memoize-like API to cache any function results automatically
Utility functions for WebExtensions
A lightweight polyfill library for Promise-based WebExtension APIs in Chrome
Wrapper around Mozilla’s webextension-polyfill to make it available as a global even with a bundler
This is a TypeScript ready "wrapper" for the WebExtension browser API Polyfill by Mozilla
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Just some personal webpack tests and their output