Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork27
web-ext-labs/ui-tool
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Webext.eu is a scaffolding UI tool for browser extensions. It lets you to input and select few parameters and outputs a complete boilerplate browser extension project. This folder will contain all the required folders and files to get started with the extension.
Here are some commands you can run:
| Command | Description |
|---|---|
| yarn build | Build the website. |
| yarn go | Start the local server athttp://localhost:8000/public. |
Following folder structure will be genearted, zipped and downloaded:
myAddon ├── background_script.js ├── browserAction │ ├── index.html │ ├── script.js │ └── style.css ├── content_script.js ├── icons │ └── icon.png ├── manifest.json ├── options │ ├── index.html │ ├── script.js │ └── style.css └── pageAction ├── index.html ├── script.js └── style.cssBecause we got super tired creating the file and folders for every new extension over and over again. #lazyDevs
For you , we have npm package, you can check it outhere
If you have suggestions pleasefile an issue
About
UI for create-web-ext
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.