You should use create-krome-app to start your chrome extension project.
project description
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"]
}
],
yarn start
yarn build
yarn bump
👤 hankchiutw
- Website: https://hankchiu.tw
- Twitter: @hankchiutw
- Github: @hankchiutw
- LinkedIn: @hankchiutw
Give a ⭐️ if this project helped you!