All Projects → Jcanno → create-crx-app

Jcanno / create-crx-app

Licence: MIT License
CLI for create Chrome extension app

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Less
1899 projects
Vue
7211 projects
HTML
75241 projects


CLI for create Chrome extension app

English|简体中文

we recommend to type code below in terminal with npm 5.2+ and higher:

npx create-crx-app my-crx-app
cd my-crx-app
npm run dev

We can easily generate a Chrome extension project by using create-crx-app step by step.

Select your project framework:

Select your project language:

After that, create-crx-app will generate project by your setting.

Start Extension

  1. run yarn run dev(React) or yarn run serve(Vue) for developing Chrome Extension.
  2. input and open chrome://extensions/ in your Chrome search bar.
  3. open developer mode in the top right corner in Extensions Page.
  4. click load unpacked extension project, select the dist folder.

Sample

Sample Extension will generate a purple button which can be moved in the bottom right corner in every page.

Click the extension icon and get the popup page, you can turn to options page here

Options page shows you can do everything here.

That's all Sample Extension do.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].