CutUrl

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

Cos'è CutUrl?

CutUrl è un'estensione di Chrome sviluppata da Adnan Ahmed, e la sua funzione principale è "Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CutUrl

Scarica i file di estensione CutUrl in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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. :)                    

Informazioni di Base sull'Estensione

Nome CutUrl CutUrl
ID ealhhpadkmmoebajijpaaddnglnbfnjk
URL Ufficiale https://chromewebstore.google.com/detail/cuturl/ealhhpadkmmoebajijpaaddnglnbfnjk
Descrizione Chrome Extension - Use http://goo.gl/ to shorten your URLs in a Shortcut.
Dimensione del File 40.04 KB
Conteggio Installazioni 73
Versione Corrente 1.1.0
Ultimo Aggiornamento 2016-04-02
Data di Pubblicazione 2016-04-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Adnan Ahmed
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Idnan/cut-url
URL della Pagina di Aiuto https://github.com/Idnan/cut-url
Lingue Supportate 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"
        }
    }
}