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
}