Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

UI for create-web-ext

License

NotificationsYou must be signed in to change notification settings

web-ext-labs/ui-tool

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.

Development commands

Here are some commands you can run:

CommandDescription
yarn buildBuild the website.
yarn goStart the local server athttp://localhost:8000/public.
Structure

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.css

Why does this exist?

Because we got super tired creating the file and folders for every new extension over and over again. #lazyDevs

Are you a terminal geek?

For you , we have npm package, you can check it outhere

Want to contribute?

If you have suggestions pleasefile an issue

Releases

No releases published

Sponsor this project

    Packages

    No packages published

    Contributors8


    [8]ページ先頭

    ©2009-2025 Movatter.jp