Copy Input Text

Copies all input text without selecting it. Allows to copy password text.

Copy Input Text là gì?

Copy Input Text là một tiện ích mở rộng Chrome được phát triển bởi Dima PM, và tính năng chính của nó là "Copies all input text without selecting it. Allows to copy password 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 Copy Input Text

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

                        Extension allows to use context menu or hotkey to quickly copy all text of input.                    

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

Tên Copy Input Text Copy Input Text
ID aomiejigghikoeoljghafciifnmokemh
URL Chính Thức https://chromewebstore.google.com/detail/copy-input-text/aomiejigghikoeoljghafciifnmokemh
Mô tả Copies all input text without selecting it. Allows to copy password text.
Kích Thước Tệp 4.34 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2016-05-27
Nhà Phát Triển Dima PM
Email [email protected]
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": "Dima PM",
    "manifest_version": 2,
    "name": "Copy Input Text",
    "version": "0.1",
    "description": "Copies all input text without selecting it. Allows to copy password text.",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "commands": {
        "copy-input-text": {
            "description": "Copy input text"
        }
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}