1.0.0 • Published 5 years ago
zhimin-chrome-extension v1.0.0
chrome-extension
a very useful chrome extension
- it can block some script
- it has some useful functions you will use it frequently
- you can add your custom script to some websites
Add your custom script
- find
src/script/content/folder - add a your
www.example.com.jsfile, and write your script into it, this script will work inwww.example.com npm run devornpm run buildto generatecontent_script.jsfile
Enable this extension
- You need have a Chrome browser
- clone this project
- Open Chrome browser, and select
Settings-Extensions-Load unpacked, and choose this project from your local disk
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildchangelog
- 09-20 add
global timeintime conversion、text decoder, makecontent_script.jsmore developed - 09-19 add
time conversion、json formater,text gegex
1.0.0
5 years ago