TinyURL

This extension creates a tinyurl for the current browser tab.

Cos'è TinyURL?

TinyURL è un'estensione di Chrome sviluppata da Ed Robinson, e la sua funzione principale è "This extension creates a tinyurl for the current browser tab.".

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

                        The quickest way to shorten and share the URL of the current Chrome tab.                    

Informazioni di Base sull'Estensione

Nome TinyURL TinyURL
ID lbadmllalinlpflkajgkkmjohckpnahm
URL Ufficiale https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm
Descrizione This extension creates a tinyurl for the current browser tab.
Dimensione del File 6.92 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0
Ultimo Aggiornamento 2013-04-07
Data di Pubblicazione 2013-04-07
Valutazione 4.35/5 Totale 51 Valutazioni
Sviluppatore Ed Robinson
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "browser_action": {
        "default_icon": "icon_16.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension creates a tinyurl for the current browser tab.",
    "name": "TinyURL",
    "permissions": [
        "tabs",
        "http:\/\/www.tinyurl.com\/"
    ],
    "icons": {
        "48": "icon_48.png",
        "128": "icon_128.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "version": "1.0"
}