Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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插件

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)