Shortlink Extender

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

Co je Shortlink Extender?

Shortlink Extender je rozšíření Chrome vyvinuté Stuart Davidson, a jeho hlavní funkcí je „A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Shortlink Extender

Stáhněte si soubory rozšíření Shortlink Extender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
Oficiální URL https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Popis A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Velikost souboru 7.82 KB
Počet instalací 128
Aktuální Verze 0.5
Poslední Aktualizace 2017-08-06
Datum Vydání 2017-08-06
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Stuart Davidson
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.stuartd.co.uk/
Podporované Jazyky 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"
            ]
        }
    ]
}