Copy Some Text from Link

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

Qu'est-ce que Copy Some Text from Link ?

Copy Some Text from Link est une extension Chrome développée par spoilerline.com, et sa fonction principale est ""Don't drag the link. Let me copy."".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Copy Some Text from Link

Téléchargez les fichiers d'extension Copy Some Text from Link au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Copy Some Text from Link Copy Some Text from Link
ID plnmaabidbjpiacpgncdeejfnddebibe
URL Officiel https://chromewebstore.google.com/detail/copy-some-text-from-link/plnmaabidbjpiacpgncdeejfnddebibe
Description "Don't drag the link. Let me copy."
Taille du Fichier 14.2 KB
Nombre d'Installations 33
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-01-09
Date de Publication 2022-12-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur spoilerline.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}