Password revealer
Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.
什么是Password revealer?
Password revealer是由jonathan.svarden开发的Chrome扩展程序,该扩展的主要功能是“Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.”。
扩展截图
下载Password revealer扩展crx文件
下载Password revealer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | ekgbhfcaocclbckaiodiegejdinnndja |
| 官方URL | https://chromewebstore.google.com/detail/password-revealer/ekgbhfcaocclbckaiodiegejdinnndja |
| 简介 | Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling. |
| 文件大小 | 15.35 KB |
| 安装次数 | 967 |
| 当前版本 | 0.1 |
| 更新时间 | 2014-03-30 |
| 上架时间 | 2014-03-30 |
| 评分 | 4.38/5 共8次评分 |
| 开发者 | jonathan.svarden |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Password revealer",
"version": "0.1",
"description": "Adds a button next to password fields to reveal the password. Click it again to hide it. Useful for double-checking your spelling.",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"revealext.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2
} | |