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
官方URL 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"
    }
}