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.”。

擴展截圖

screenshot

下載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 Password Revealer
ID ciimjfgcajblmnjlcgopeflnjdknekkd
官方網址 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"
    ]
}