Smart Link

Know whether a link opens in a new tab or not BEFOREHAND

Cos'è Smart Link?

Smart Link è un'estensione di Chrome sviluppata da vimukthiweerasiri, e la sua funzione principale è "Know whether a link opens in a new tab or not BEFOREHAND".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Smart Link

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

                        Double underline a link if it opens in a new tab when you take the mouse pointer over it. Enjoy!                    

Informazioni di Base sull'Estensione

Nome Smart Link Smart Link
ID ifpciodbicpaeoajfbfkibnjonikhlai
URL Ufficiale https://chromewebstore.google.com/detail/smart-link/ifpciodbicpaeoajfbfkibnjonikhlai
Descrizione Know whether a link opens in a new tab or not BEFOREHAND
Dimensione del File 10.66 KB
Conteggio Installazioni 91
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-11
Data di Pubblicazione 2016-07-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore vimukthiweerasiri
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Link",
    "description": "Know whether a link opens in a new tab or not BEFOREHAND",
    "version": "1.0",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "belmari.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}