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

Tool to create a directory structure for getting started with an addon

License

NotificationsYou must be signed in to change notification settings

web-ext-labs/create-web-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

create-web-ext

create-web-ext is a scaffolding tool for browser extensions. It takes input 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.

Install

$ npm install -g create-web-ext

You are all set, check

$ create-web-ext -vcreate-web-ext version 1.0.0

Usage

$ create-web-ext$ Addon name  (My extension) myAddon$ Description My addon will rock \o/$ Version  (0.0.1) 1.1.1$ Include background script? (y/n) y$ Include content script? (y/N) y$ Include browser action? (y/N) y$ Include page action? (y/N) y$ Include addon options? (y/N) y✨  Done.

This will generate a directorymyAddon with following structure

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

Requirements

  • You needNode.js , 6.0.0 or higher
  • Installnpm , 3.0.0 or higher is recommended

Optionally, you may like:

  • nvm, which helps manage node versions

You can now run it from any directory.

About

Tool to create a directory structure for getting started with an addon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp