The Password Genie

Instant and secure password generator, the extension is safe and open source

The Password Genie là gì?

The Password Genie là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Instant and secure password generator, the extension is safe and open source".

Ả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 The Password Genie

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

                        Instant and Secure password generator.                    

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

Tên The Password Genie The Password Genie
ID ccdnljkkehejmcfnmifnkpnodlikdehg
URL Chính Thức https://chromewebstore.google.com/detail/the-password-genie/ccdnljkkehejmcfnmifnkpnodlikdehg
Mô tả Instant and secure password generator, the extension is safe and open source
Kích Thước Tệp 193 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 1.4.4
Cập Nhật Lần Cuối 2018-05-07
Ngày Phát Hành 2018-05-07
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://nourabusoud.github.io/password-genie/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Password Genie",
    "version": "1.4.4",
    "manifest_version": 2,
    "description": "Instant and secure password generator, the extension is safe and open source",
    "icons": {
        "16": "images\/[email protected]",
        "48": "images\/[email protected]",
        "128": "images\/[email protected]",
        "512": "images\/[email protected]",
        "1024": "images\/[email protected]"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": {
            "16": "images\/[email protected]",
            "48": "images\/[email protected]"
        },
        "default_title": "The Password Genie",
        "default_popup": "popup.html"
    }
}