Offline Password Generator

Generate random passwords that are highly secured

Offline Password Generator là gì?

Offline Password Generator là một tiện ích mở rộng Chrome được phát triển bởi Ivan Ivanenko, và tính năng chính của nó là "Generate random passwords that are highly secured".

Ả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 Offline Password Generator

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

                        Offline Password generates random passwords that are highly secure and extremely difficult to crack or guess due to an optional combination of lower and upper case letters.

You can choose password length.                    

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

Tên Offline Password Generator Offline Password Generator
ID oebajlmokanlllbjpmadgjohjgmbeiio
URL Chính Thức https://chrome.google.com/webstore/detail/offline-password-generato/oebajlmokanlllbjpmadgjohjgmbeiio
Mô tả Generate random passwords that are highly secured
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2012-11-26
Ngày Phát Hành 2012-11-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ivan Ivanenko
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Offline Password Generator",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Generate random passwords that are highly secured",
    "browser_action": {
        "default_icon": "images\/32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "images\/128.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "res\/jquery-1.8.3.js",
                "logic.js"
            ],
            "css": [
                "res\/bootstrap.min.css",
                "res\/bootstrap-responsive.min.css"
            ]
        }
    ]
}