Show password
Ability to show passwords in input fields!
什么是Show password?
Show password是由https://zerfl.com开发的Chrome扩展程序,该扩展的主要功能是“Ability to show passwords in input fields!”。
扩展截图
下载Show password扩展crx文件
下载Show password扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unmask all password fields on any site!
Version 1.01:
* Fixed error when using the "Show password" button multiple times 扩展基本信息
| 名称 | |
| ID | bhdnhgkhmoeacgcfkokmoidaedlblgho |
| 官方URL | https://chromewebstore.google.com/detail/show-password/bhdnhgkhmoeacgcfkokmoidaedlblgho |
| 简介 | Ability to show passwords in input fields! |
| 文件大小 | 12.84 KB |
| 安装次数 | 1,824 |
| 当前版本 | 1.01 |
| 更新时间 | 2018-12-30 |
| 上架时间 | 2018-12-30 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://zerfl.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Show password",
"version": "1.01",
"description": "Ability to show passwords in input fields!",
"permissions": [
"declarativeContent",
"activeTab"
],
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"page_action": {
"default_popup": "popup.html"
},
"manifest_version": 2,
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"96": "icon96.png",
"128": "icon128.png"
}
} | |