Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

Cos'è Shortlink Extender?

Shortlink Extender è un'estensione di Chrome sviluppata da Stuart Davidson, e la sua funzione principale è "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Shortlink Extender

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

                        A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

Informazioni di Base sull'Estensione

Nome Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
URL Ufficiale https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Descrizione A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Dimensione del File 7.82 KB
Conteggio Installazioni 128
Versione Corrente 0.5
Ultimo Aggiornamento 2017-08-06
Data di Pubblicazione 2017-08-06
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Stuart Davidson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.stuartd.co.uk/
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}