Password Revealer

Password Revealer

Password Revealerとは何ですか?

Password RevealerはNipun Nirmanaによって開発されたChromeの拡張機能で、その主な機能は「Password Revealer」です。

拡張機能のスクリーンショット

screenshot

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

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

拡張機能の使用方法

                        See what’s under the asterisks (Saved passwords), A simple password revealer 
Instructions
Install the extension,
Go to the page you need to see the password
Wait till the page loads completely 
Focus mouse pointer on to the password field to see the password 
HOW TO DISABLE IT
Open chrome menu 
Go to Extensions, Look for Password Revealer uncheck the enable that’s it .Tick it back to enable.                    

拡張機能の基本情報

名前 Password Revealer Password Revealer
ID gldhelojchodefkemcnpaagnokhjlmia
公式URL https://chrome.google.com/webstore/detail/password-revealer/gldhelojchodefkemcnpaagnokhjlmia
説明 Password Revealer
ファイルサイズ 52.32 KB
インストール数 10,000
現在のバージョン 0.1
最終更新日 2013-08-19
公開日 2013-08-19
評価 4.09/5 合計 43 レビュー
開発者 Nipun Nirmana
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.2.min.js",
                "mouseover.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "converted_from_user_script": true,
    "description": "Password Revealer",
    "name": "Password Revealer",
    "version": "0.1"
}