Password Reveal

One click password reveal. Just click the icon and any password that is hidden will become legible text.

什么是Password Reveal?

Password Reveal是由https://suarezluis.com开发的Chrome扩展程序,该扩展的主要功能是“One click password reveal. Just click the icon and any password that is hidden will become legible text.”。

扩展截图

screenshot
screenshot

下载Password Reveal扩展crx文件

下载Password Reveal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        One click password reveal. Just click the icon and any password that is hidden will become legible text.                    

扩展基本信息

名称 Password Reveal Password Reveal
ID kpcgjgigligdgoapongfjlcclhfelccn
官方URL https://chromewebstore.google.com/detail/password-reveal/kpcgjgigligdgoapongfjlcclhfelccn
简介 One click password reveal. Just click the icon and any password that is hidden will become legible text.
文件大小 7.59 KB
安装次数 815
当前版本 1.0
更新时间 2019-01-08
上架时间 2019-01-07
评分 5.00/5 共3次评分
开发者 https://suarezluis.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Reveal",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}