webext-bugs
v1.1.1
Published
WebExtension module: Useful fixes and workarounds for browser extension shortcomings
Maintainers
Readme
webext-bugs
Useful fixes and workarounds for browser extension shortcomings
Install
npm install webext-bugsUsage
This package exports various utilities, just import what you need.
- options-menu-item - Firefox/Safari: Adds an "Options…" menu item.
- target-blank - Safari: Fixes
target="_blank"links in extension pages. - no-all-urls - Firefox/Safari: Prevents the user from enabling the extension on all websites.
Related
- webext-tools - Utility functions for Web Extensions.
- webext-detect - Detects where the current browser extension code is being run.
- webext-options-sync - Helps you manage and autosave your extension's options.
- More…
License
MIT © Federico Brigante
