README.md 1.9 KB
Newer Older
B
更新  
baiy 已提交
1 2 3 4
# 常用开发工具
使用过程中的任何问题或者需要新的工具欢迎提交`Issue`,新工具如果可以提供实现代码就完美了O(∩_∩)O

## 安装
更新  
陈滔滔 已提交
5 6
 - 方法1: 在 [Chrome 网上应用店](https://chrome.google.com/webstore/detail/ipfcebkfhpkjeikaammlkcnalknjahmh)安装
 - 方法2: [下载 .crx 安装包](https://github.com/baiy/chrome-tool/releases/latest)手动安装 [猛戳这里查看手动安装教程](http://www.cnplugins.com/tool/outline-install-crx-file.html)
B
baiy 已提交
7
 - 方法3: [百度网盘下载](https://pan.baidu.com/s/1mhWbqWC) 安装方法和方法2一致 
B
更新  
baiy 已提交
8 9
 
> 方法3 不定期维护 仅供网络环境特别恶劣的同学使用
B
更新  
baiy 已提交
10 11 12 13 14 15 16 17 18 19 20 21 22 23

## 功能列表
|功能|说明|离线使用|
|---|---|---|
|哈希|`md5`, `sha1`, `sha256`, `sha512`|√|
|加密/解密|`AES`,`DES`,`RC4`,`Rabbit`,`TripleDes`|√|
|BASE64编码|`加密`,`解密`|√|
|URL编码|`编码`,`解码`|√|
|时间戳|双向转换|√|
|二维码|`生成`,`解析`|√|
|汉字转拼音|`声调`,`首字母`,`分隔符`|√|
|IP地址查询|`运营商`,`城市`|`×`|
|代码格式化|`json`, `xml`, `sql`, `css`|√|
|Unicode|双向转换|√|
B
baiy 已提交
24
|进制转换|2-32进制互转|√|
B
更新  
baiy 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|正则表达式|字符匹配|√|
|随机字符生成器|`批量`,`特殊字符`|√|

## 第三方开源库
项目诞生离不开这些优秀的开源程序

 - [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/)

B
更新  
baiy 已提交
41 42 43
 > 当然项目中还使用很多不知道姓名的大神的代码, 在这里就不一一感谢
 
 ## 先睹为快
更新  
陈滔滔 已提交
44
 ![](dome.jpg)