URL Shortener Extension

Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation

Qu'est-ce que URL Shortener Extension ?

URL Shortener Extension est une extension Chrome développée par Pascal Wyss, et sa fonction principale est "Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension URL Shortener Extension 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

                        Did you ever want to have your own url shortener service? With your own fancy url?
Instead of using the public services like goo.gl or bit.ly you can now have your own service with your very own domain!

All you need to do is to install the sUrl - Url shortener on your web server and you are ready to go. See: https://github.com/pawy/url_shortener

This Chrome extension enables you to shorten the currently open URL right out of your browser with just one click! 
Pretty easy eh?                    

Informations de Base sur l'Extension

Nom URL Shortener Extension URL Shortener Extension
ID mmljapacfpbakplemojcdlncjcclobmg
URL Officiel https://chromewebstore.google.com/detail/url-shortener-extension/mmljapacfpbakplemojcdlncjcclobmg
Description Create short URLs directly out of Chrome. This extension needs a valid [https://github.com/pawy/url_shortener] installation
Taille du Fichier 62.62 KB
Nombre d'Installations 99
Version Actuelle 2.0.1
Dernière Mise à Jour 2013-11-19
Date de Publication 2013-11-19
Évaluation 4.50/5 Total 2 Évaluations
Développeur Pascal Wyss
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pawy/url_shortener
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Shortener Extension",
    "version": "2.0.1",
    "description": "Create short URLs directly out of Chrome. This extension needs a valid [https:\/\/github.com\/pawy\/url_shortener] installation",
    "page_action": {
        "default_icon": {
            "19": "icons\/icon_016.png",
            "38": "icons\/icon_038.png"
        },
        "default_title": "Shorten the URL",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon_016.png",
        "48": "icons\/icon_048.png",
        "128": "icons\/icon_128.png"
    },
    "homepage_url": "https:\/\/github.com\/pawy\/url_shortener"
}