Copy text with Alt-Click

Copy text with Alt-Click. Easy and fast copy tool.

Copy text with Alt-Click là gì?

Copy text with Alt-Click là một tiện ích mở rộng Chrome được phát triển bởi https://yuji.software, và tính năng chính của nó là "Copy text with Alt-Click. Easy and fast copy tool.".

Ả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 text with Alt-Click

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

                        If you install this add-on, you do not need to select a text.
What is needed, just "Alt key & Click" on the text! That's all!

This alone, the text of the point you click will be copied.

--------
* Modifier keys can be changed.
** Alt + Click (Default)
** Ctrl + Click
** Shift + Click

--------
Icon designed by: www.MouseRunner.com                    

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

Tên Copy text with Alt-Click Copy text with Alt-Click
ID obhagoegpnbklgknnmbglghkfdidegkl
URL Chính Thức https://chromewebstore.google.com/detail/copy-text-with-alt-click/obhagoegpnbklgknnmbglghkfdidegkl
Mô tả Copy text with Alt-Click. Easy and fast copy tool.
Kích Thước Tệp 59.35 KB
Số Lần Cài Đặt 15,088
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-07-31
Ngày Phát Hành 2018-05-17
Đánh Giá 3.78/5 Tổng số 65 Đánh Giá
Nhà Phát Triển https://yuji.software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/YujiSoftware/copy-text-without-selecting-chrome
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy text with Alt-Click",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Copy text with Alt-Click. Easy and fast copy tool.",
    "default_locale": "en",
    "applications": {
        "gecko": {
            "id": "@copy-text-without-selecting"
        }
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "clipboardWrite"
    ],
    "icons": {
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "menu.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}