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
官方網址 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
}