Simple Passphrase Generator

Generates a secure passphrase from the EFF's long word list.

什么是Simple Passphrase Generator?

Simple Passphrase Generator是由iuzoong开发的Chrome扩展程序,该扩展的主要功能是“Generates a secure passphrase from the EFF's long word list.”。

扩展截图

screenshot

下载Simple Passphrase Generator扩展crx文件

下载Simple Passphrase Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Generates a secure passphrase using the EFF's long word list and the browser's crypto RNG. The passphrase has an entropy of ~77 bits. For a stronger password try tinyurl.com/y92yob5v

The author is one of the #MillionsMissing. If you find this software useful, please consider donating to the Open Medicine Foundation www.OMF.ngo for much needed research. Thank you.

Dice icon by Gregor Cresnar from Flaticon. Licensed by CC 3.0 BY.                    

扩展基本信息

名称 Simple Passphrase Generator Simple Passphrase Generator
ID iliehbhfgfbjllfhhbbceochgmkkhpcb
官方URL https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb
简介 Generates a secure passphrase from the EFF's long word list.
文件大小 42.54 KB
安装次数 391
当前版本 2018.5.28.3
更新时间 2019-02-10
上架时间 2019-02-10
评分 5.00/5 共3次评分
开发者 iuzoong
付费类型 free
扩展官网 https://github.com/araemot/passphrase-generator
帮助页面URL https://github.com/araemot/passphrase-generator/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Passphrase Generator",
    "homepage_url": "https:\/\/github.com\/araemot\/passphrase-generator",
    "description": "Generates a secure passphrase from the EFF's long word list.",
    "version": "2018.5.28.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "48": "dice48.png",
        "96": "dice96.png",
        "128": "dice128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": "dice.png",
        "default_popup": "popup.html"
    }
}