TinyURL

This extension creates a tinyurl for the current browser tab.

O que é TinyURL?

TinyURL é uma extensão do Chrome desenvolvida por Ed Robinson, e sua principal característica é "This extension creates a tinyurl for the current browser tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TinyURL

Baixe arquivos de extensão TinyURL no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome TinyURL TinyURL
ID lbadmllalinlpflkajgkkmjohckpnahm
URL Oficial https://chromewebstore.google.com/detail/tinyurl/lbadmllalinlpflkajgkkmjohckpnahm
Descrição This extension creates a tinyurl for the current browser tab.
Tamanho do Arquivo 6.92 KB
Contagem de Instalações 10,000
Versão Atual 1.0
Última Atualização 2013-04-07
Data de Publicação 2013-04-07
Classificação 4.35/5 Total de 51 Avaliações
Desenvolvedor Ed Robinson
Tipo de Pagamento free
Idiomas Suportados 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"
}