Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

Co je Fast URL Shortener?

Fast URL Shortener je rozšíření Chrome vyvinuté https://www.shar3.nl, a jeho hlavní funkcí je „Fast and simple shorten of current tab urls with direct sharing options.“.

Snímky obrazovky rozšíření

screenshot

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

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

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

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

Název Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
Oficiální URL https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Popis Fast and simple shorten of current tab urls with direct sharing options.
Velikost souboru 35.64 KB
Počet instalací 218
Aktuální Verze 2.0.3
Poslední Aktualizace 2014-02-13
Datum Vydání 2014-02-13
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář https://www.shar3.nl
Typ Platby free
Webové stránky Rozšíření http://www.shar3.nl
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}