ShowMEpassword

Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…

ShowMEpasswordとは何ですか?

ShowMEpasswordはAregenoによって開発されたChromeの拡張機能で、その主な機能は「Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Have you ever saved a password in chrome, only to forget what it was later?
Now you can retrieve saved password.
Simply visit the page with the save password and click on the key Icon!                    

拡張機能の基本情報

名前 ShowMEpassword ShowMEpassword
ID ceahkoegcgkdipgdaapmjdnhfefbpola
公式URL https://chromewebstore.google.com/detail/showmepassword/ceahkoegcgkdipgdaapmjdnhfefbpola
説明 Have you ever saved a password in chrome, only to forget what it was later? Now you can retrieve saved password. Simply visit the…
ファイルサイズ 5.16 KB
インストール数 26
現在のバージョン 2.0
最終更新日 2015-07-09
公開日 2015-07-09
評価 5.00/5 合計 4 レビュー
開発者 Aregeno
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowMEpassword",
    "version": "2.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Show me the password!"
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2
}