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
公式URL 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
Eメール [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"
    ]
}