CutUrl

Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.

Qu'est-ce que CutUrl ?

CutUrl est une extension Chrome développée par Adnan Ahmed, et sa fonction principale est "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CutUrl

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

                        CutUrl shortener is an extension which allows you to shorten the current website URL with the Google URL Shortener service http://goo.gl/

On any page press this shortcut key (Alt+Shift+C) and short url for the page will automatically generated and copied to your clipboard.

(Sorry for inconvenience guyz, i just knew that my extension isn't working on windows). But its fixed now. :)                    

Informations de Base sur l'Extension

Nom CutUrl CutUrl
ID ealhhpadkmmoebajijpaaddnglnbfnjk
URL Officiel https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk
Description Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
Taille du Fichier 40.04 KB
Nombre d'Installations 73
Version Actuelle 1.1.0
Dernière Mise à Jour 2016-04-02
Date de Publication 2016-04-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur Adnan Ahmed
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Idnan/cut-url
URL de la Page d'Aide https://github.com/Idnan/cut-url
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CutUrl",
    "short_name": "CutUrl",
    "description": "Chrome Extension - Use http:\/\/goo.gl\/ to shorten your URLs in a Shortcut.",
    "version": "1.1.0",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/jquery.js",
            "assets\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.googleapis.com\/*",
        "notifications",
        "tabs"
    ],
    "icons": {
        "16": "assets\/img\/ico16.png",
        "48": "assets\/img\/ico48.png",
        "128": "assets\/img\/ico128.png"
    },
    "homepage_url": "http:\/\/github.com\/idnan",
    "commands": {
        "toggle-pin": {
            "suggested_key": {
                "default": "Alt+Shift+C",
                "windows": "Alt+Shift+C",
                "mac": "Alt+Shift+C",
                "chromeos": "Alt+Shift+C",
                "linux": "Alt+Shift+C"
            },
            "description": "Short your urls"
        }
    }
}