TinyURL Converter

This extension retrieves a tinyURL version of your current tabs URL.

Cos'è TinyURL Converter?

TinyURL Converter è un'estensione di Chrome sviluppata da Dylan B., e la sua funzione principale è "This extension retrieves a tinyURL version of your current tabs URL.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TinyURL Converter

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

                        This extension allows the user to get the tinyURL version of their current tabs URL.                    

Informazioni di Base sull'Estensione

Nome TinyURL Converter TinyURL Converter
ID mgimefmoeoefijobogjnagloodfiepig
URL Ufficiale https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig
Descrizione This extension retrieves a tinyURL version of your current tabs URL.
Dimensione del File 228 KB
Conteggio Installazioni 105
Versione Corrente 1.2
Ultimo Aggiornamento 2014-07-29
Data di Pubblicazione 2014-07-28
Sviluppatore Dylan B.
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TinyURL Converter",
    "description": "This extension retrieves a tinyURL version of your current tabs URL.",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/tinyurl.com\/"
    ]
}