Password to text

Changes password type to text

Password to text là gì?

Password to text là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Changes password type to text".

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

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

                        Allows you to unhide your password while you are typing it in, to make sure that there is not a typo.  

This will also allow you to see your password in chrome, in case you need the log in for a separate application, and can not remember what you entered.                    

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

Tên Password to text Password to text
ID aoebcgakfaghjfeifibpggnelepdalhf
URL Chính Thức https://chromewebstore.google.com/detail/password-to-text/aoebcgakfaghjfeifibpggnelepdalhf
Mô tả Changes password type to text
Kích Thước Tệp 6.48 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2019-09-27
Ngày Phát Hành 2019-09-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Password to text",
    "version": "1",
    "manifest_version": 2,
    "description": "Changes password type to text",
    "background": {
        "scripts": [
            "background.js"
        ],
        "icons": "32: icon.png",
        "credit": "Lock And Unlock Icon #10739<\/a>"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}