Password Toggler - view typed passwords
Adds button to show/hide password in input elements
什么是Password Toggler - view typed passwords?
Password Toggler - view typed passwords是由pckltr开发的Chrome扩展程序,该扩展的主要功能是“Adds button to show/hide password in input elements”。
扩展截图
下载Password Toggler - view typed passwords扩展crx文件
下载Password Toggler - view typed passwords扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension adds a button near password inputs to show/hide the typed password. It's useful if you want to check if you typed the password correctly.
Contribute: https://github.com/pckltr/password-toggler
Donate Bitcoin: 341HJspsNhG2HHAmey3DwfQPqjy4BjysN1                     扩展基本信息
| 名称 |   |  
| ID | noeijkpjmgcnaoccgnfccfemmgbefnic | 
| 官方URL | https://chromewebstore.google.com/detail/password-toggler-view-typ/noeijkpjmgcnaoccgnfccfemmgbefnic | 
| 简介 | Adds button to show/hide password in input elements | 
| 文件大小 | 12.77 KB | 
| 安装次数 | 963 | 
| 当前版本 | 1.3.2 | 
| 更新时间 | 2017-05-05 | 
| 上架时间 | 2017-05-05 | 
| 评分 | 4.00/5 共4次评分 | 
| 开发者 | pckltr | 
| 付费类型 | free | 
| 扩展官网 | https://github.com/pckltr/password-toggler | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Password Toggler - view typed passwords",
    "short_name": "passTogg",
    "description": "Adds button to show\/hide password in input elements",
    "version": "1.3.2",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}  |  |