Secure Password Generator

Generate safe passwords based on specified criteria.

Secure Password Generator là gì?

Secure Password Generator là một tiện ích mở rộng Chrome được phát triển bởi towisoft, và tính năng chính của nó là "Generate safe passwords based on specified criteria.".

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

screenshot
screenshot

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

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

                        This extension allows you to simply generate secure passwords based on criteria you specify on the options page.

Why you should use this extension?
* no permissions to access where you browse or anything. Other extensions seem to have ability to access data on the page where you enter the username and password
* simply click the lock icon next to omnibox and you have your password
* no ads or anything that would bother you - I created this for myself because I do not trust other extensions
* if you feel like it you can support me on the options page but nothing will remind or force you to do it                    

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

Tên Secure Password Generator Secure Password Generator
ID pnafejbcbclmhimjoefcafhpkfcjegec
URL Chính Thức https://chromewebstore.google.com/detail/secure-password-generator/pnafejbcbclmhimjoefcafhpkfcjegec
Mô tả Generate safe passwords based on specified criteria.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 209
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-07-06
Ngày Phát Hành 2013-07-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển towisoft
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1",
    "background": {
        "scripts": [
            "pwdgenerator.js"
        ]
    },
    "icons": {
        "16": "images\/lock-16.png",
        "48": "images\/lock-48.png",
        "128": "images\/lock-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/lock-19.png",
            "38": "images\/lock-38.png"
        },
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "default_locale": "en"
}