diff --git a/README.md b/README.md index e722871978a107b66aa918fa84ec5a9fadfd5abb..fb53af2cf1379b376a6858a627d0d62c1f082f4a 100644 --- a/README.md +++ b/README.md @@ -1 +1,39 @@ -## 常用开发工具 \ No newline at end of file +# 常用开发工具 +使用过程中的任何问题或者需要新的工具欢迎提交`Issue`,新工具如果可以提供实现代码就完美了O(∩_∩)O + +## 安装 + + - 在 [Chrome 网上应用店](https://chrome.google.com/webstore/detail/ipfcebkfhpkjeikaammlkcnalknjahmh)安装 + - [下载 .crx 安装包](https://github.com/baiy/chrome-tool/releases/latest)手动安装 + +## 功能列表 +|功能|说明|离线使用| +|---|---|---| +|哈希|`md5`, `sha1`, `sha256`, `sha512`|√| +|加密/解密|`AES`,`DES`,`RC4`,`Rabbit`,`TripleDes`|√| +|BASE64编码|`加密`,`解密`|√| +|URL编码|`编码`,`解码`|√| +|时间戳|双向转换|√| +|二维码|`生成`,`解析`|√| +|汉字转拼音|`声调`,`首字母`,`分隔符`|√| +|IP地址查询|`运营商`,`城市`|`×`| +|代码格式化|`json`, `xml`, `sql`, `css`|√| +|Unicode|双向转换|√| +|进制转换|2-23进制互转|√| +|正则表达式|字符匹配|√| +|随机字符生成器|`批量`,`特殊字符`|√| + +## 第三方开源库 +项目诞生离不开这些优秀的开源程序 + + - [layui](https://github.com/sentsin/layui/) + - [jquery](https://github.com/jquery/jquery) + - [js-base64](https://github.com/dankogai/js-base64) + - [jquery.format](https://github.com/zachofalltrades/jquery.format) + - [crypto-js](https://github.com/brix/crypto-js) + - [pinyinjs](https://github.com/sxei/pinyinjs) + - [jsqrcode-production](https://github.com/aray894/jsqrcode-production) + - [qrcodejs](https://github.com/davidshimjs/qrcodejs) + - [pconline](http://whois.pconline.com.cn/) + + > 当然项目中还使用很多不知道姓名的大神的代码, 在这里就不一一感谢 \ No newline at end of file