Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

Qu'est-ce que Mini URL - The URL shortener ?

Mini URL - The URL shortener est une extension Chrome développée par miniurl2016, et sa fonction principale est "Shortens the current url and copies it to clipboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Mini URL - The URL shortener

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

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

Informations de Base sur l'Extension

Nom Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
URL Officiel https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
Description Shortens the current url and copies it to clipboard
Taille du Fichier 850 KB
Nombre d'Installations 170
Version Actuelle 1.1
Dernière Mise à Jour 2016-02-26
Date de Publication 2016-02-26
Évaluation 4.50/5 Total 8 Évaluations
Développeur miniurl2016
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}