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 | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |