Fine Link Selector

Make it easy to select a part of link texts

Cos'è Fine Link Selector?

Fine Link Selector è un'estensione di Chrome sviluppata da mkhr, e la sua funzione principale è "Make it easy to select a part of link texts".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fine Link Selector

Scarica i file di estensione Fine Link 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

                        While holding down [Ctrl] + [Alt], you can select a part of a link text in the same way as a plain text.
You can change the combination of modifier keys at the options page.                    

Informazioni di Base sull'Estensione

Nome Fine Link Selector Fine Link Selector
ID adcehildlgkafghlmnbnhegagachlioe
URL Ufficiale https://chromewebstore.google.com/detail/fine-link-selector/adcehildlgkafghlmnbnhegagachlioe
Descrizione Make it easy to select a part of link texts
Dimensione del File 20.34 KB
Conteggio Installazioni 2,104
Versione Corrente 0.1.5
Ultimo Aggiornamento 2013-02-06
Data di Pubblicazione 2013-02-06
Valutazione 4.90/5 Totale 20 Valutazioni
Sviluppatore mkhr
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fine Link Selector",
    "version": "0.1.5",
    "description": "__MSG_Manifest_Description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/cs.js"
            ],
            "css": [
                "css\/cs.css"
            ],
            "all_frames": true
        }
    ],
    "offline_enabled": true,
    "options_page": "html\/opt.html",
    "permissions": [
        "storage"
    ]
}