Fast URL Shortener

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

Wat is Fast URL Shortener?

Fast URL Shortener is een Chrome-extensie ontwikkeld door https://www.shar3.nl, en de belangrijkste functie is "Fast and simple shorten of current tab urls with direct sharing options.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fast URL Shortener

Download Fast URL Shortener-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
Officiële URL https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Beschrijving Fast and simple shorten of current tab urls with direct sharing options.
Bestandsgrootte 35.64 KB
Aantal Installaties 218
Huidige Versie 2.0.3
Laatst Bijgewerkt 2014-02-13
Publicatiedatum 2014-02-13
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.shar3.nl
Betalingswijze free
Extensiewebsite http://www.shar3.nl
Ondersteunde Talen 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:\/\/*\/*"
    ]
}