Password Generator

Allows you to generate customisable secure passwords on the fly.

Password Generator là gì?

Password Generator là một tiện ích mở rộng Chrome được phát triển bởi https://nemrod.se, và tính năng chính của nó là "Allows you to generate customisable secure passwords on the fly.".

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

                        This is an extension for pure random password generation. You set a length between 5 and 20 characters, if you want it to contain upper-case, lower-case, numbers and special characters and click generate. Since I'm into the habit of wanting passwords that look good I've made it so you can choose to generate between 1 and 5 passwords in one go to make it easier to get those.

Now simply choose the prettiest of the generated passwords and you're done! ;)

Version 0.2 has support for themes, you can select between three different ones, but you can also add your own or edit the existing ones if you so wish.                    

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

Tên Password Generator Password Generator
ID koebgfmdommchdjodkalonlpjlnbpjap
URL Chính Thức https://chromewebstore.google.com/detail/password-generator/koebgfmdommchdjodkalonlpjlnbpjap
Mô tả Allows you to generate customisable secure passwords on the fly.
Kích Thước Tệp 22.63 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2013-06-19
Ngày Phát Hành 2013-06-19
Đánh Giá 3.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://nemrod.se
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://nemrod.se
URL Trang Trợ Giúp http://nemrod.se/chrome-extensions/password-generator
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password Generator",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Allows you to generate customisable secure passwords on the fly.",
    "icons": {
        "128": "icon128.png",
        "32": "icon32.png",
        "22": "icon22.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_name": "Password Generator - click to open the generator",
        "default_icon": "icon22.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}