Skip to content

zhimin-dev/dev-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

82a5f85 · Aug 17, 2023

History

99 Commits
Mar 1, 2023
Aug 17, 2023
Feb 27, 2023
Aug 17, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Aug 17, 2023
Feb 27, 2023
Aug 17, 2023
Mar 1, 2023
Mar 1, 2023

Repository files navigation

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

  1. find src/script/content/folder
  2. add a your www.example.com.js file, and write your script into it, this script will work in www.example.com
  3. npm run dev or npm run build to generate content_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 build