paGen

Password Generator. Easy. Simple.

paGen là gì?

paGen là một tiện ích mở rộng Chrome được phát triển bởi http://emotionloop.com, và tính năng chính của nó là "Password Generator. Easy. Simple.".

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

screenshot
screenshot
screenshot

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

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

                        paGen is a Google Chrome extension, that will help you by generating random passwords.

We wanted a simple and easy to use password generator for Google Chrome, and we couldn't find it, so we built one.

It has a simple and easy to use interface.

You can get its source at https://github.com/emotionLoop/paGen                    

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

Tên paGen paGen
ID eligfkfpdmeloopcoighgpdgedhnoool
URL Chính Thức https://chrome.google.com/webstore/detail/pagen/eligfkfpdmeloopcoighgpdgedhnoool
Mô tả Password Generator. Easy. Simple.
Kích Thước Tệp 25.17 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2013-01-14
Ngày Phát Hành 2013-01-14
Nhà Phát Triển http://emotionloop.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://emotionloop.com
URL Trang Trợ Giúp http://support.emotionloop.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "incognito": "split"
}