https://github.com/noah227/crx-net-filter
浏览器(chrome/edge)网络拦截扩展
https://github.com/noah227/crx-net-filter
Last synced: 2 months ago
JSON representation
浏览器(chrome/edge)网络拦截扩展
- Host: GitHub
- URL: https://github.com/noah227/crx-net-filter
- Owner: noah227
- Created: 2024-05-21T05:12:22.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-29T06:08:36.000Z (12 months ago)
- Last Synced: 2024-05-29T18:53:22.033Z (12 months ago)
- Language: Vue
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crx-net-filter
## Setup
```shell
npm install
```## Build
```shell
npm run build
```or
```shell
npm run build-watch
```## Install
* visit extension management page `chrome://extensions/`(Chrome) | `edge://extensions/`(Edge)
* enable `developer mode`
* drag `dist` into extension page
* enjoy!## Reminding
* Files in dist like chunk-vendors, chunk-common, etc. may need to be included in manifest.json to ensure extension to
work as that it should be## Official Extension Development Docs (Google)
* [get-started](https://developer.chrome.com/docs/extensions/get-started) (worldwide)
* [get-started](https://developer.chrome.google.cn/docs/extensions/get-started/tutorial/hello-world?hl=zh-cn) (中文)