https://github.com/zhimin-dev/dev-tool
a functional chrome extension
https://github.com/zhimin-dev/dev-tool
calculator chrome-browser chrome-extension json-to-go send-request sql-to-model string-encrypt timestamp-tool
Last synced: about 1 year ago
JSON representation
a functional chrome extension
- Host: GitHub
- URL: https://github.com/zhimin-dev/dev-tool
- Owner: zhimin-dev
- Created: 2020-09-17T03:31:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T04:30:09.000Z (almost 3 years ago)
- Last Synced: 2025-04-07T08:51:21.973Z (about 1 year ago)
- Topics: calculator, chrome-browser, chrome-extension, json-to-go, send-request, sql-to-model, string-encrypt, timestamp-tool
- Language: JavaScript
- Homepage:
- Size: 7.46 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.js`file
## Enable this extension
- You need have a [Chrome browser](https://www.google.com/chrome/)
- clone this project
- Open Chrome browser, and select `Settings` - `Extensions` - `Load unpacked`, and choose this project from your local disk
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```