Hyperlink Text Selector

Hold Shift and select text from a link.

Cos'è Hyperlink Text Selector?

Hyperlink Text Selector è un'estensione di Chrome sviluppata da holden321, e la sua funzione principale è "Hold Shift and select text from a link.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hyperlink Text Selector

Scarica i file di estensione Hyperlink Text Selector 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

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

Informazioni di Base sull'Estensione

Nome Hyperlink Text Selector Hyperlink Text Selector
ID ojnfanikhkhoklphdcehbolcpeipbaec
URL Ufficiale https://chromewebstore.google.com/detail/hyperlink-text-selector/ojnfanikhkhoklphdcehbolcpeipbaec
Descrizione Hold Shift and select text from a link.
Dimensione del File 14.66 KB
Conteggio Installazioni 1,387
Versione Corrente 1.3
Ultimo Aggiornamento 2015-01-03
Data di Pubblicazione 2015-01-03
Valutazione 4.06/5 Totale 50 Valutazioni
Sviluppatore holden321
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}