8000 GitHub - aklinker1/webext-core at proxy-service-v1.0.2
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aklinker1/webext-core

Repository files navigation

webext-core

Validate

A set of core libraries and tools for building web extensions.

  • @webext-core/messaging: A lightweight, type-safe wrapper around the messaging API
  • @webext-core/storage: Local storage based, type-safe wrappers around the storage API
  • @webext-core/fake-browser: An in-memory implementation of the Browser APIs for testing
  • @webext-core/proxy-service: Write services that can be called from any JS context, but run in the background service worker
  • @webext-core/publish: A tool for publishing an extension to the various stores
  • @webext-core/content-script-ctx: Stop content scripts when their context is invalidated

See packages/*/README.md for more details about the individual packages

Get Started

Install any of the packages from the @webext-core scope:

pnpm i @webext-core/messaging
pnpm i @webext-core/storage
pnpm i -D @webext-core/publish

About

Collection of essential libraries and tools for building web extensions

Topics

Resources

License

Stars

Watchers

Forks

Contributors 16

Languages

0