Show Pass

Show Pass

什么是Show Pass?

Show Pass是由JOLT开发的Chrome扩展程序,该扩展的主要功能是“Show Pass”。

扩展截图

下载Show Pass扩展crx文件

下载Show Pass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Simple plugin to show your hidden passwords in chrome. 

Does not store or record any of your browsing activity.

Feel free to checkout my other free plugins.                    

扩展基本信息

名称 Show Pass Show Pass
ID cdeaghjhkddplfcnkainahojdkenooee
官方URL https://chrome.google.com/webstore/detail/show-pass/cdeaghjhkddplfcnkainahojdkenooee
简介 Show Pass
文件大小 39.8 KB
安装次数 1,000
当前版本 1.0
更新时间 2017-05-29
上架时间 2017-05-29
评分 4.60/5 共5次评分
开发者 JOLT
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Show Pass",
    "short_name": "SP",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Show Pass",
    "icons": {
        "16": "icon.png"
    },
    "browser_action": {
        "default_title": "Show Pass"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "popup.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "*:\/\/*\/*"
    ]
}