Simple URL Shortener

This extension shows Shortened URL For the current webpage

Co je Simple URL Shortener?

Simple URL Shortener je rozšíření Chrome vyvinuté Vishal Goyal, a jeho hlavní funkcí je „This extension shows Shortened URL For the current webpage“.

Snímky obrazovky rozšíření

screenshot

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

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

                        This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co                    

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

Název Simple URL Shortener Simple URL Shortener
ID cjifcphacfcmdmlgekkbhchcapdhgddi
Oficiální URL https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi
Popis This extension shows Shortened URL For the current webpage
Velikost souboru 13.83 KB
Počet instalací 121
Aktuální Verze 2.0
Poslední Aktualizace 2015-10-17
Datum Vydání 2015-10-16
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Vishal Goyal
Typ Platby free
Webové stránky Rozšíření http://k2g.co
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple URL Shortener",
    "description": "This extension shows Shortened URL For the current webpage",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}