1.0.3 • Published 3 years ago
@lenad/webext-template-core v1.0.3
Extension Template Core for Manifest 3
This application is a logical module that plugs into the extensions template for version 3 of the manifest.
The module contains solutions to typical tasks when creating an extension template:
- manifest V3
- message-bridge for communication between extension scripts
chrome.storageas global stateuseChromeStorageto usechrome.storagein react components- shadow dom
- routing for components using
React.createPortal
Install
npm install webext-template-coreyarn add webext-template-core1.0.3
3 years ago