Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brenner8023/naive-tool
基于Vue3、TypeScript实现的Chrome插件
https://github.com/brenner8023/naive-tool
Last synced: 25 days ago
JSON representation
基于Vue3、TypeScript实现的Chrome插件
- Host: GitHub
- URL: https://github.com/brenner8023/naive-tool
- Owner: brenner8023
- Created: 2021-10-05T05:07:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T12:14:26.000Z (about 3 years ago)
- Last Synced: 2024-10-29T23:35:40.279Z (2 months ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# naive-tool
> 基于Vue3、TypeScript实现的Chrome插件(扩展)技术栈:
- Vue3.x
- TypeScript
- Vite
- NaiveUI功能:
- [x] Interceptor(请求拦截修改器)
- [x] Json2TS
- [x] JsonDiff### 测试
- xhr请求可以访问简书进行测试
- fetch请求可以访问知乎进行测试### 参考
- [ajax-interceptor](https://github.com/YGYOOO/ajax-interceptor)
- [Chrome插件(扩展)开发全攻略](https://github.com/sxei/chrome-plugin-demo)