Password Revealer

Make the masked password readable

Password Revealerとは何ですか?

Password Revealerはjiaqiguo.jackyによって開発されたChromeの拡張機能で、その主な機能は「Make the masked password readable」です。

Password Revealer拡張機能のCRXファイルをダウンロード

Password Revealer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Reveals the masked password so it's readable.                    

拡張機能の基本情報

名前 Password Revealer Password Revealer
ID ogoaogeggfblcfhlhilpbmedilcalpio
公式URL https://chrome.google.com/webstore/detail/ogoaogeggfblcfhlhilpbmedilcalpio
説明 Make the masked password readable
ファイルサイズ 34.46 KB
インストール数 31
現在のバージョン 1.0
最終更新日 2017-10-17
公開日 2017-10-17
評価 5.00/5 合計 2 レビュー
開発者 jiaqiguo.jacky
支払い方法 free
拡張機能のウェブサイト http://jackysolutions.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Revealer",
    "description": "Make the masked password readable",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "revealPassword.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make the masked password readable",
        "default_icon": "p.png"
    },
    "manifest_version": 2
}