0.7.0 • Published 5 years ago
webextension-scripts v0.7.0
webextension-scripts
This package includes scripts and configuration used by WebExtension Create.
Usage
webextension-scripts <script> [option]Options
-v--versionoutput the version number-h--helpoutput usage information
Commands
buildbuild folders ready for distributioninit [template]initialize webextension-scripts in the current directorystartstart developing with auto reload
Available Scripts
Usage:
npx webextension-create [options]Options:
-v--versionoutput the version number-d--devuse link instead of install for webextension-scripts-h--helpoutput usage information
npm run start
Compiles the extension into ./build/unpacked to be loaded into your broswer for development. The extension automatically reloads when you save changes to the code.
Load into Chrome
- Open Chrome
- Go to
chrome://extensions - Turn on
Developer mode - Click
Load unpacked - Select folder
./build/unpacked
Load into Firefox
- Open Firefox
- Go to
about:debugging - Click
Load Temporary Add-on... - Open
./build/unpacked/manifest.json
npm run build
Compiles the extension into ./build/unpacked and then packages that into production ready zips at ./build/{target}-{version}.zip.
0.7.0
5 years ago
0.6.2
5 years ago
0.6.1
6 years ago
0.6.0
6 years ago
0.5.4
6 years ago
0.5.3
6 years ago
0.5.2
6 years ago
0.5.1
6 years ago
0.5.0
6 years ago
0.4.7
6 years ago
0.4.6
6 years ago
0.4.5
6 years ago
0.4.4
6 years ago
0.4.3
6 years ago
0.4.2
6 years ago
0.4.1
6 years ago
0.4.0
6 years ago
0.3.4
6 years ago
0.3.3
6 years ago
0.3.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.0
6 years ago
0.1.5
6 years ago