Shortlink Extender

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

¿Qué es Shortlink Extender?

Shortlink Extender es una extensión de Chrome desarrollada por Stuart Davidson, y su función principal es "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Shortlink Extender

Descarga archivos de extensión Shortlink Extender en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
URL Oficial https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Descripción A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Tamaño del Archivo 7.82 KB
Cantidad de Instalaciones 128
Versión Actual 0.5
Última Actualización 2017-08-06
Fecha de Publicación 2017-08-06
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Stuart Davidson
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.stuartd.co.uk/
Idiomas Soportados 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"
            ]
        }
    ]
}