Simple URL Extender

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

Co je Simple URL Extender?

Simple URL Extender je rozšíření Chrome vyvinuté kennethdevel, a jeho hlavní funkcí je „Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Simple URL Extender

Stáhněte si soubory rozšíření Simple URL 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í

                        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.                    

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

Název Simple URL Extender Simple URL Extender
ID lmmoknkjcopjcbhmahpmogamfblhlpfa
Oficiální URL https://chromewebstore.google.com/detail/simple-url-extender/lmmoknkjcopjcbhmahpmogamfblhlpfa
Popis Simply extend a shortened URL to its real URL by right clicking it and selecting 'Simple URL Extender'.
Velikost souboru 7.83 KB
Počet instalací 167
Aktuální Verze 2.0
Poslední Aktualizace 2016-06-11
Datum Vydání 2016-06-11
Hodnocení 3.60/5 Celkem 5 Hodnocení
Vývojář kennethdevel
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://9inchurl.com
Podporované Jazyky 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"
    }
}