Click and Password

Tired of coming up with good passwords? Click and get a random password!

Click and Password là gì?

Click and Password là một tiện ích mở rộng Chrome được phát triển bởi Yubeko, và tính năng chính của nó là "Tired of coming up with good passwords? Click and get a random password!".

Ả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 Click and Password

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

                        A simple program in the browser to create a password. Recently, cases of hacking personal accounts on the Internet due to a weak password have become frequent. It is necessary to agree that it is difficult to come up with a strong password. Have to spend time, money, memory... Or search for a resource on the Internet that will do it for you. But thanks to this simple tool, you can quickly get a random password of any complexity.
Advantages:
+ ease of use;
+ automatically add the password you like to the clipboard;
+ password generation directly in the password field;
+ work offline;
+ passwords are not recorded anywhere;
+ there is an advertisement, but it is not intrusive and just turn it off;
+ does not require large resources to work.
+ dark theme
+ records the last 20 passwords created
Thank you very much if you decide to support the project and do not turn off advertising and collecting information on the program. This will help to further develop the project.                    

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

Tên Click and Password Click and Password
ID dhlnfeiipkhiijfekfjodcmcnhfogmao
URL Chính Thức https://chrome.google.com/webstore/detail/click-and-password/dhlnfeiipkhiijfekfjodcmcnhfogmao
Mô tả Tired of coming up with good passwords? Click and get a random password!
Kích Thước Tệp 111 KB
Số Lần Cài Đặt 15,921
Phiên Bản Hiện Tại 0.3.7
Cập Nhật Lần Cuối 2019-11-20
Ngày Phát Hành 2019-11-20
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Yubeko
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Yubeko",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "image\/icon16.png",
            "24": "image\/icon24.png",
            "32": "image\/icon32.png"
        },
        "default_popup": "window.html",
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style\/tooltip.css"
            ],
            "js": [
                "script\/common.js",
                "script\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "image\/icon128.png",
        "16": "image\/icon16.png",
        "48": "image\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "51",
    "name": "__MSG_name__",
    "offline_enabled": true,
    "options_page": "option.html",
    "options_ui": {
        "open_in_tab": false,
        "page": "option.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "storage",
        "activeTab",
        "webRequest",
        "webRequestBlocking"
    ],
    "short_name": "__MSG_name__",
    "version": "0.3.7"
}