Password Revealer
Password Revealer
什么是Password Revealer?
Password Revealer是由Nipun Nirmana开发的Chrome扩展程序,该扩展的主要功能是“Password Revealer”。
扩展截图
下载Password Revealer扩展crx文件
下载Password Revealer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See what’s under the asterisks (Saved passwords), A simple password revealer Instructions Install the extension, Go to the page you need to see the password Wait till the page loads completely Focus mouse pointer on to the password field to see the password HOW TO DISABLE IT Open chrome menu Go to Extensions, Look for Password Revealer uncheck the enable that’s it .Tick it back to enable.
扩展基本信息
名称 | |
ID | gldhelojchodefkemcnpaagnokhjlmia |
官方URL | https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia |
简介 | Password Revealer |
文件大小 | 52.32 KB |
安装次数 | 10,000 |
当前版本 | 0.1 |
更新时间 | 2013-08-19 |
上架时间 | 2013-08-19 |
评分 | 4.09/5 共43次评分 |
开发者 | Nipun Nirmana |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.0.2.min.js", "mouseover.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "converted_from_user_script": true, "description": "Password Revealer", "name": "Password Revealer", "version": "0.1" } |