Simple Passphrase Generator

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

Simple Passphrase Generator là gì?

Simple Passphrase Generator là một tiện ích mở rộng Chrome được phát triển bởi iuzoong, và tính năng chính của nó là "Generates a secure passphrase from the EFF's long word list.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Simple Passphrase Generator

Tải xuống các tệp mở rộng Simple Passphrase Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Simple Passphrase Generator Simple Passphrase Generator
ID iliehbhfgfbjllfhhbbceochgmkkhpcb
URL Chính Thức https://chromewebstore.google.com/detail/simple-passphrase-generat/iliehbhfgfbjllfhhbbceochgmkkhpcb
Mô tả Generates a secure passphrase from the EFF's long word list.
Kích Thước Tệp 42.54 KB
Số Lần Cài Đặt 391
Phiên Bản Hiện Tại 2018.5.28.3
Cập Nhật Lần Cuối 2019-02-10
Ngày Phát Hành 2019-02-10
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển iuzoong
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/araemot/passphrase-generator
URL Trang Trợ Giúp https://github.com/araemot/passphrase-generator/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}