https://github.com/sinchang/devtools
A useful chrome extension for developers
https://github.com/sinchang/devtools
chrome extension poi tool vue
Last synced: about 1 month ago
JSON representation
A useful chrome extension for developers
- Host: GitHub
- URL: https://github.com/sinchang/devtools
- Owner: sinchang
- License: mit
- Created: 2018-03-23T14:10:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T07:22:25.000Z (about 7 years ago)
- Last Synced: 2025-07-19T09:21:07.374Z (11 months ago)
- Topics: chrome, extension, poi, tool, vue
- Language: JavaScript
- Homepage:
- Size: 424 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# devTools
[](https://travis-ci.org/sinchang/devTools)
## Feature
* XML、JSON 检测美化
* 页面 JSON 自动检测,美化格式
* IP 查询
* 页面取色
* 二维码生成及解码
* 字符串编解码(url|base64)
* 短链接生成(t.cn|tinyurl.com)
* 图片 base64
## Development
```bash
想添加新功能?欢迎参与开发 👏
Clone or download this repository.
yarn && yarn watch
Open Chrome -> Click "three dots" -> More Tools -> Extensions -> LOAD UNPACKED -> Choose the "dist" folder
```
## Credits
* icon from [icon8](https://icons8.com/)
* [JSON Formatter](https://github.com/callumlocke/json-formatter)
* [ace](https://github.com/ajaxorg/ace) as our editor
* [FeHelper](https://github.com/zxlie/FeHelper)
## Author
**devTools** © [sinchang](https://github.com/sinchang), Released under the [MIT](./LICENSE) License.
Authored and maintained by sinchang with help from contributors ([list](https://github.com/sinchang/devTools/contributors)).
> [sinchang.me](https://sinchang.me) · GitHub [@sinchang](https://github.com/sinchang) · Twitter [@sinchangwen](https://twitter.com/sinchangwen)