Simple URL Extender

Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.

Co to jest Simple URL Extender?

Simple URL Extender to rozszerzenie Chrome opracowane przez kennethdevel, a jego główną funkcją jest „Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Simple URL Extender

Pobierz pliki rozszerzeń Simple URL 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

                        Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'. Resource friendly. 

If you experience any problems or need help, feel free to contact me at [email protected].

Powered by 9inchurl.com.                    

Podstawowe informacje o rozszerzeniu

Nazwa Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
Oficjalny URL https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Opis Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Rozmiar pliku 7.83 KB
Liczba instalacji 167
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2016-06-11
Data Publikacji 2016-06-11
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper kennethdevel
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://9inchurl.com
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Extender",
    "description": "Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.",
    "version": "2.0",
    "permissions": [
        "contextMenus",
        "http:\/\/9inchurl.com\/",
        "notifications"
    ],
    "author": "Kenneth",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "cs.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}