tinyurl

tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help

Cos'è tinyurl?

tinyurl è un'estensione di Chrome sviluppata da Ford_Lawnmower, e la sua funzione principale è "tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tinyurl

Scarica i file di estensione tinyurl 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

                        Chrome extension to create a tinyurl link from the current page.
Just click the tinyurl icon and a new link is generated. 
Click the [Copy] button to copy the tinyurl link to the clipboard.                    

Informazioni di Base sull'Estensione

Nome tinyurl tinyurl
ID ncopefcmfgoggbajoelmainelilpcamf
URL Ufficiale https://chromewebstore.google.com/detail/tinyurl/ncopefcmfgoggbajoelmainelilpcamf
Descrizione tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help
Dimensione del File 3.67 KB
Conteggio Installazioni 2,301
Versione Corrente 1.0
Ultimo Aggiornamento 2013-06-23
Data di Pubblicazione 2013-06-23
Valutazione 4.67/5 Totale 15 Valutazioni
Sviluppatore Ford_Lawnmower
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tinyurl",
    "version": "1.0",
    "manifest_version": 2,
    "description": "tinyurl by Ford_Lawnmower irc.geekshed.net #Script-Help",
    "browser_action": {
        "default_icon": "tinyurl.ico",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/tinyurl.com\/*",
        "tabs"
    ]
}