un-password

simple way to reveal password inputs on chrome - for lazies

un-password là gì?

un-password là một tiện ích mở rộng Chrome được phát triển bởi denolk, và tính năng chính của nó là "simple way to reveal password inputs on chrome - for lazies".

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

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

                        simple way to reveal password inputs on chrome - for lazies
just double-click on the password input.                    

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

Tên un-password un-password
ID lijhhlnbdhacjpefglmoblkpekegmfdd
URL Chính Thức https://chromewebstore.google.com/detail/un-password/lijhhlnbdhacjpefglmoblkpekegmfdd
Mô tả simple way to reveal password inputs on chrome - for lazies
Kích Thước Tệp 14.09 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2018-09-02
Ngày Phát Hành 2018-09-01
Nhà Phát Triển denolk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ozgend/un-password
URL Trang Trợ Giúp https://github.com/ozgend/un-password
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "un-password",
    "author": "denolk",
    "description": "simple way to reveal password inputs on chrome - for lazies",
    "version": "1.0.2",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-32.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}