JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7285
  • Score
    100M100P100Q119210F
  • License MIT

Utility functions for Web Extensions, manifest v2 and v3

Package Exports

  • webext-tools

Readme

webext-tools npm version

Utility functions for Web Extensions

  • Browsers: Chrome, Firefox, and Safari
  • Manifest: v2 and v3

Sponsored by PixieBrix 🎉

Install

npm install webext-tools

Or download the standalone bundle to include in your manifest.json.

Usage

This package exports various utilities, just import what you need.

  • webext-events - High-level events and utilities for events in Web Extensions.
  • webext-base-css - Extremely minimal stylesheet/setup for Web Extensions’ options pages (also dark mode)
  • webext-options-sync - Helps you manage and autosave your extension's options.
  • webext-detect - Detects where the current browser extension code is being run.
  • More…

License

MIT © Federico Brigante