Fast URL Shortener

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

Qu'est-ce que Fast URL Shortener ?

Fast URL Shortener est une extension Chrome développée par https://www.shar3.nl, et sa fonction principale est "Fast and simple shorten of current tab urls with direct sharing options.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fast URL Shortener

Téléchargez les fichiers d'extension Fast URL Shortener au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
URL Officiel https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Description Fast and simple shorten of current tab urls with direct sharing options.
Taille du Fichier 35.64 KB
Nombre d'Installations 218
Version Actuelle 2.0.3
Dernière Mise à Jour 2014-02-13
Date de Publication 2014-02-13
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://www.shar3.nl
Type de Paiement free
Site Web de l'Extension http://www.shar3.nl
Langues Prises en Charge 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:\/\/*\/*"
    ]
}