Password Generator

Generate passwords for websites based on one master password and their domains.

Password Generator là gì?

Password Generator là một tiện ích mở rộng Chrome được phát triển bởi https://passwordgen.org, và tính năng chính của nó là "Generate passwords for websites based on one master password and their domains.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Password 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

                        Online version: http://passwordgen.org

Generate unique password for each site based on secret master password and site domain.

Features:
- several profiles with different master passwords,
- synchronize settings (but not master password) between Chrome installations,
- remember chosen profile for each domain,
- MD5, SHA1 or SHA256 used to generate passwords,
- master password can be stored in memory, in permanent storage or not at all,
- may ensure that password has at least one character from each of several sets (upper/lower case letters, digits, punctuation).

See the extension source code on its github site: https://github.com/eterevsky/passwordgen

This app idea is taken from PasswordMaker (http://passwordmaker.org).                    

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

Tên Password Generator Password Generator
ID klfojgipmkdgfmikjfdhhkjlfeboaoij
URL Chính Thức https://chromewebstore.google.com/detail/password-generator/klfojgipmkdgfmikjfdhhkjlfeboaoij
Mô tả Generate passwords for websites based on one master password and their domains.
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 475
Phiên Bản Hiện Tại 2.0.8
Cập Nhật Lần Cuối 2014-06-07
Ngày Phát Hành 2014-06-07
Đánh Giá 4.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://passwordgen.org
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "options_page": "options.html",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Password Generator",
        "default_popup": "generate.html",
        "default_icon": {
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "16": "icons\/icon-16.png"
        }
    },
    "description": "Generate passwords for websites based on one master password and their domains.",
    "background": {
        "scripts": [
            "js\/storage.js"
        ],
        "persistent": true
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "icons": {
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "192": "icons\/icon-192.png",
        "128": "icons\/icon-128.png",
        "96": "icons\/icon-96.png",
        "64": "icons\/icon-64.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "16": "icons\/icon-16.png",
        "256": "icons\/icon-256.png"
    },
    "version": "2.0.8",
    "name": "Password Generator"
}