ztools - Encrypt password online
Encrypt password, encrypt md5, URL-encodes
什么是ztools - Encrypt password online?
ztools - Encrypt password online是由nhtung开发的Chrome扩展程序,该扩展的主要功能是“Encrypt password, encrypt md5, URL-encodes”。
扩展截图
下载ztools - Encrypt password online扩展crx文件
下载ztools - Encrypt password online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
More free useful tools for developer. Encrypt password, password online generator, encrypt md5 online, decrypt md5 online, URL-encodes string, Decodes URL-encoded string, Convert HTML entities, generator QR-Code online 扩展基本信息
| 名称 | |
| ID | iplgdneegggdenfnfobpdeoijlbhdfba |
| 官方URL | https://chromewebstore.google.com/detail/ztools-encrypt-password-o/iplgdneegggdenfnfobpdeoijlbhdfba |
| 简介 | Encrypt password, encrypt md5, URL-encodes |
| 文件大小 | 36.19 KB |
| 安装次数 | 13 |
| 当前版本 | 2.0 |
| 更新时间 | 2018-03-14 |
| 上架时间 | 2018-03-13 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | nhtung |
| 付费类型 | free |
| 扩展官网 | https://ztools.info/ |
| 帮助页面URL | https://ztools.info/help |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ztools - Encrypt password online",
"description": "Encrypt password, encrypt md5, URL-encodes",
"version": "2.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "ZTools - Encrypt password, encrypt md5, URL-encodes, HTML entities, QR-Code online"
},
"background": {
"scripts": [
"content\/background.js",
"jquery.min.js"
],
"persistent": false
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"activeTab"
]
} | |