Hyperlink Text Selector

Hold Shift and select text from a link.

Qu'est-ce que Hyperlink Text Selector ?

Hyperlink Text Selector est une extension Chrome développée par holden321, et sa fonction principale est "Hold Shift and select text from a link.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hyperlink Text Selector

Téléchargez les fichiers d'extension Hyperlink Text Selector 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

                        Small and fast extension.
Looks and feels almost like in the Opera browser :)
Enjoy!                    

Informations de Base sur l'Extension

Nom Hyperlink Text Selector Hyperlink Text Selector
ID ojnfanikhkhoklphdcehbolcpeipbaec
URL Officiel https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec
Description Hold Shift and select text from a link.
Taille du Fichier 14.66 KB
Nombre d'Installations 1,387
Version Actuelle 1.3
Dernière Mise à Jour 2015-01-03
Date de Publication 2015-01-03
Évaluation 4.06/5 Total 50 Évaluations
Développeur holden321
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hyperlink Text Selector",
    "short_name": "Select Link",
    "description": "Hold Shift and select text from a link.",
    "version": "1.3",
    "icons": {
        "16": "icon_16.png",
        "19": "icon_19.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ]
}