/crx-template

chrome extension template

Primary LanguageJavaScriptMIT LicenseMIT

DEPRECATED

You should use create-krome-app to start your chrome extension project.


Welcome to crx-template 👋

Version License: MIT

project description

Usage

By default, content script would be injected manually. If you want it to be loaded automatically, modify manifest.json with:

"content_scripts": [
  {
    "matches": ["https://*/*"],
    "js": ["content.js"]
  }
],

Development

yarn start
yarn build
yarn bump

Author

👤 hankchiutw

Show your support

Give a ⭐️ if this project helped you!