Password Revealer
Reveals the value of all password fields on the current page. Great for trying to remember what your password is.
什么是Password Revealer?
Password Revealer是由Joel Saupe开发的Chrome扩展程序,该扩展的主要功能是“Reveals the value of all password fields on the current page. Great for trying to remember what your password is.”。
扩展截图
下载Password Revealer扩展crx文件
下载Password Revealer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Password Revealer will reveal the text behind the hidden password fields. This is great if you always forget what your password is and you can't remember what all those '*******' mean.
扩展基本信息
名称 | Password Revealer |
ID | ciimjfgcajblmnjlcgopeflnjdknekkd |
官方URL | https://chromewebstore.google.com/detail/password-revealer/ciimjfgcajblmnjlcgopeflnjdknekkd |
简介 | Reveals the value of all password fields on the current page. Great for trying to remember what your password is. |
文件大小 | 7.7 KB |
安装次数 | 11,999 |
当前版本 | 1.0 |
更新时间 | 2015-11-16 |
上架时间 | 2015-11-16 |
评分 | 4.10/5 共20次评分 |
开发者 | Joel Saupe |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Password Revealer", "description": "Reveals the value of all password fields on the current page. Great for trying to remember what your password is.", "version": "1.0", "browser_action": { "default_icon": "unlock-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |