Shortlink Extender

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

Wat is Shortlink Extender?

Shortlink Extender is een Chrome-extensie ontwikkeld door Stuart Davidson, en de belangrijkste functie is "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Shortlink Extender

Download Shortlink Extender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
Officiële URL https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Beschrijving A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Bestandsgrootte 7.82 KB
Aantal Installaties 128
Huidige Versie 0.5
Laatst Bijgewerkt 2017-08-06
Publicatiedatum 2017-08-06
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Stuart Davidson
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.stuartd.co.uk/
Ondersteunde Talen 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"
            ]
        }
    ]
}