Shortlink Extender

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

Co to jest Shortlink Extender?

Shortlink Extender to rozszerzenie Chrome opracowane przez Stuart Davidson, a jego główną funkcją jest „A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Shortlink Extender

Pobierz pliki rozszerzeń Shortlink Extender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
Oficjalny URL https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Opis A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Rozmiar pliku 7.82 KB
Liczba instalacji 128
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2017-08-06
Data Publikacji 2017-08-06
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Stuart Davidson
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.stuartd.co.uk/
Obsługiwane Języki 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"
            ]
        }
    ]
}