Fast URL Shortener

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

Hvad er Fast URL Shortener?

Fast URL Shortener er en Chrome-udvidelse udviklet af https://www.shar3.nl, og dens hovedfunktion er "Fast and simple shorten of current tab urls with direct sharing options.".

Udvidelsesskærmbilleder

screenshot

Download Fast URL Shortener-udvidelses-CRX-fil

Download Fast URL Shortener-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
Officiel URL https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Beskrivelse Fast and simple shorten of current tab urls with direct sharing options.
Filstørrelse 35.64 KB
Antal Installationer 218
Nuværende Version 2.0.3
Senest Opdateret 2014-02-13
Udgivelsesdato 2014-02-13
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler https://www.shar3.nl
Betalingsmetode free
Udvidelseswebsted http://www.shar3.nl
Understøttede Sprog 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:\/\/*\/*"
    ]
}