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