Copy Some Text from Link

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

Cos'è Copy Some Text from Link?

Copy Some Text from Link è un'estensione di Chrome sviluppata da spoilerline.com, e la sua funzione principale è ""Don't drag the link. Let me copy."".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Copy Some Text from Link

Scarica i file di estensione Copy Some Text from Link in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Copy Some Text from Link Copy Some Text from Link
ID plnmaabidbjpiacpgncdeejfnddebibe
URL Ufficiale https://chromewebstore.google.com/detail/copy-some-text-from-link/plnmaabidbjpiacpgncdeejfnddebibe
Descrizione "Don't drag the link. Let me copy."
Dimensione del File 14.2 KB
Conteggio Installazioni 33
Versione Corrente 2.0.0
Ultimo Aggiornamento 2024-01-09
Data di Pubblicazione 2022-12-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore spoilerline.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}