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

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

Awesome Lists containing this project

README

          

# devTools

[![Build Status](https://img.shields.io/travis/sinchang/devTools.svg)](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)