Copy Some Text from Link

"Don't drag the link. Let me copy."

什麼是Copy Some Text from Link?

Copy Some Text from Link是由spoilerline.com開發的Chrome擴展程式,該擴展的主要功能是“"Don't drag the link. Let me copy."”。

擴展截圖

screenshot

下載Copy Some Text from Link擴展crx文件

下載Copy Some Text from Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Features
・Can copy a part of the text in the link.

   As default, when you try to select a link text from the middle, it just drags. If you want to copy a part of the text, you need to press Alt key. 
   But this extension enables selecting from the middle, without using Alt key.                    

擴展基本資訊

名稱 Copy Some Text from Link Copy Some Text from Link
ID plnmaabidbjpiacpgncdeejfnddebibe
官方網址 https://chromewebstore.google.com/detail/copy-some-text-from-link/plnmaabidbjpiacpgncdeejfnddebibe
簡介 "Don't drag the link. Let me copy."
檔案大小 14.2 KB
安裝次數 33
目前版本 2.0.0
更新時間 2024-01-09
上架時間 2022-12-19
評分 5.00/5 共 3 次評分
開發者 spoilerline.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "2.0.0",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/copyLinkText16.png",
        "48": "icons\/copyLinkText48.png",
        "128": "icons\/copyLinkText128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/contentScript.ts-loader-7abc4eec.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_Name__"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/contentScript.ts-beade32b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}