TinyURL Converter
This extension retrieves a tinyURL version of your current tabs URL.
O que é TinyURL Converter?
TinyURL Converter é uma extensão do Chrome desenvolvida por Dylan B., e sua principal característica é "This extension retrieves a tinyURL version of your current tabs URL.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TinyURL Converter
Baixe arquivos de extensão TinyURL Converter 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
This extension allows the user to get the tinyURL version of their current tabs URL.
Informações Básicas da Extensão
Nome | TinyURL Converter |
ID | mgimefmoeoefijobogjnagloodfiepig |
URL Oficial | https://chromewebstore.google.com/detail/tinyurl-converter/mgimefmoeoefijobogjnagloodfiepig |
Descrição | This extension retrieves a tinyURL version of your current tabs URL. |
Tamanho do Arquivo | 228 KB |
Contagem de Instalações | 105 |
Versão Atual | 1.2 |
Última Atualização | 2014-07-29 |
Data de Publicação | 2014-07-28 |
Desenvolvedor | Dylan B. |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |