SuperChromePass

Generate secure, per-domain password based on an original master password, with the click of a button

什麼是SuperChromePass?

SuperChromePass是由https://70apps.com開發的Chrome擴展程式,該擴展的主要功能是“Generate secure, per-domain password based on an original master password, with the click of a button”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載SuperChromePass擴展crx文件

下載SuperChromePass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        A SuperGenPass Google Chrome Extension

How It Works

Step 1 Click on the SuperGen­Pass extension button.
Step 2 Type your master password and Enter.
Step 3 Your password is generated and fill on input field.

Do you know SuperGenPass?

SuperGenPass is a useful bookmarklet. You can make unique strong secured password for each websites and No Need to remember. For more information, visit http://supergenpass.com.                    

擴展基本資訊

名稱 SuperChromePass SuperChromePass
ID dcdaiabaidgglbdapfdaengffpdpicbk
官方網址 https://chromewebstore.google.com/detail/superchromepass/dcdaiabaidgglbdapfdaengffpdpicbk
簡介 Generate secure, per-domain password based on an original master password, with the click of a button
檔案大小 91.02 KB
安裝次數 148
目前版本 3.0.3
更新時間 2020-05-18
上架時間 2020-05-16
評分 4.67/5 共 3 次評分
開發者 https://70apps.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.70apps.com/supergenpass/
說明頁面URL https://www.70apps.com/supergenpass/
支援的語言 en,zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "SuperChromePass",
    "options_page": "scp_options.html",
    "options_ui": {
        "page": "scp_options.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.3",
    "background": {
        "page": "scp_background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_popup": "scp_popup.html",
        "default_title": "SuperChromePass"
    },
    "content_scripts": [
        {
            "css": [
                "css\/scp.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/superchromepass.js",
                "js\/supergenpass.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Generate secure, per-domain password based on an original master password, with the click of a button",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDAlLX3Arr4AgLYLpO4t\/HN6jZI7jS9VPDS4WSWWUczuvhVMJgv5DOJIFtJtDwndHscHZywV47QJwvtKgeVGt2iFIfBH7GsWwP4IUP\/mvMPTZQ8CdF0hVFzZEdaYpawWcAGVTnMDWaxcpFqAC6izi+L8gW7C4daaC63h3obYaiAPQIDAQAB",
    "default_locale": "en"
}