Fast URL Shortener

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

Co to jest Fast URL Shortener?

Fast URL Shortener to rozszerzenie Chrome opracowane przez https://www.shar3.nl, a jego główną funkcją jest „Fast and simple shorten of current tab urls with direct sharing options.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fast URL Shortener

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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
Oficjalny URL https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Opis Fast and simple shorten of current tab urls with direct sharing options.
Rozmiar pliku 35.64 KB
Liczba instalacji 218
Aktualna Wersja 2.0.3
Ostatnia Aktualizacja 2014-02-13
Data Publikacji 2014-02-13
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://www.shar3.nl
Typ Płatności free
Strona Rozszerzenia http://www.shar3.nl
Obsługiwane Języki 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:\/\/*\/*"
    ]
}