Copy text with Alt-Click

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

什么是Copy text with Alt-Click?

Copy text with Alt-Click是由https://yuji.software开发的Chrome扩展程序,该扩展的主要功能是“Copy text with Alt-Click. Easy and fast copy tool.”。

扩展截图

screenshot

下载Copy text with Alt-Click扩展crx文件

下载Copy text with Alt-Click扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Copy text with Alt-Click Copy text with Alt-Click
ID obhagoegpnbklgknnmbglghkfdidegkl
官方URL https://chromewebstore.google.com/detail/copy-text-with-alt-click/obhagoegpnbklgknnmbglghkfdidegkl
简介 Copy text with Alt-Click. Easy and fast copy tool.
文件大小 59.35 KB
安装次数 15,088
当前版本 2.1.0
更新时间 2023-07-31
上架时间 2018-05-17
评分 3.78/5 共65次评分
开发者 https://yuji.software
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/YujiSoftware/copy-text-without-selecting-chrome
支持的语言 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
    }
}