The Password Genie

Instant and secure password generator, the extension is safe and open source

什麼是The Password Genie?

The Password Genie是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Instant and secure password generator, the extension is safe and open source”。

擴展截圖

screenshot
screenshot

下載The Password Genie擴展crx文件

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

擴展使用說明

                        Instant and Secure password generator.                    

擴展基本資訊

名稱 The Password Genie The Password Genie
ID ccdnljkkehejmcfnmifnkpnodlikdehg
官方網址 https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg
簡介 Instant and secure password generator, the extension is safe and open source
檔案大小 193 KB
安裝次數 171
目前版本 1.4.4
更新時間 2018-05-07
上架時間 2018-05-07
評分 5.00/5 共 6 次評分
開發者 Unknown
付費類型 free
擴展官網 https://nourabusoud.github.io/password-genie/
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Password Genie",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Instant and secure password generator, the extension is safe and open source",
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]",
        "512": "images\/[email protected]",
        "1024": "images\/[email protected]"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "48": "images\/[email protected]"
        },
        "default_title": "The Password Genie",
        "default_popup": "popup.html"
    }
}