Fast URL Shortener

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

Vad är Fast URL Shortener?

Fast URL Shortener är en Chrome-tillägg utvecklad av https://www.shar3.nl, och dess huvudfunktion är "Fast and simple shorten of current tab urls with direct sharing options.".

Tilläggsskärmbilder

screenshot

Ladda ner Fast URL Shortener-förlängningens CRX-fil

Ladda ner Fast URL Shortener-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
Officiell webbadress https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Beskrivning Fast and simple shorten of current tab urls with direct sharing options.
Filstorlek 35.64 KB
Antal Installationer 218
Aktuell Version 2.0.3
Senast Uppdaterad 2014-02-13
Publiceringsdatum 2014-02-13
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare https://www.shar3.nl
Betalningssätt free
Tilläggswebbplats http://www.shar3.nl
Stödda Språk 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:\/\/*\/*"
    ]
}