hankchiutw / crx-template

chrome extension template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

chrome extension template

License:MIT License


Languages

Language:JavaScript 79.6%Language:TypeScript 10.7%Language:Shell 7.1%Language:HTML 2.6%