An open API service indexing awesome lists of open source software.

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

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
```