Password Ninja

Password Generator for Young People

Password Ninja là gì?

Password Ninja là một tiện ích mở rộng Chrome được phát triển bởi https://password.ninja, và tính năng chính của nó là "Password Generator for Young People".

Ả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 Password Ninja

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

                        Password Ninja is a random password generator great for young people! Make a new password for yourself or someone else, great for those working in schools.                    

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

Tên Password Ninja Password Ninja
ID jmpfkedghkkdhggiajgibkjlnjondhkm
URL Chính Thức https://chromewebstore.google.com/detail/password-ninja/jmpfkedghkkdhggiajgibkjlnjondhkm
Mô tả Password Generator for Young People
Kích Thước Tệp 301 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 2.3.1
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2021-06-16
Nhà Phát Triển https://password.ninja
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://password.ninja
URL Trang Trợ Giúp https://password.ninja/contact
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Ninja",
    "description": "Password Generator for Young People",
    "version": "2.3.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/pn16.png",
            "32": "images\/pn32.png",
            "48": "images\/pn48.png",
            "128": "images\/pn128.png"
        }
    },
    "icons": {
        "16": "images\/pn16.png",
        "32": "images\/pn32.png",
        "48": "images\/pn48.png",
        "128": "images\/pn128.png"
    },
    "permissions": [
        "storage"
    ]
}