Shortlink Extender

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

Qu'est-ce que Shortlink Extender ?

Shortlink Extender est une extension Chrome développée par Stuart Davidson, et sa fonction principale est "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shortlink Extender

Téléchargez les fichiers d'extension Shortlink Extender au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
URL Officiel https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Description A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Taille du Fichier 7.82 KB
Nombre d'Installations 128
Version Actuelle 0.5
Dernière Mise à Jour 2017-08-06
Date de Publication 2017-08-06
Évaluation 3.00/5 Total 2 Évaluations
Développeur Stuart Davidson
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.stuartd.co.uk/
Langues Prises en Charge 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"
            ]
        }
    ]
}