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
官方網址 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",
        "*:\/\/*\/*"
    ]
}