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
公式URL 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
Eメール [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
        }
    ]
}