TinyURL Maker

Creates a brand new TinyURL for the current tab that you are on!

O que é TinyURL Maker?

TinyURL Maker é uma extensão do Chrome desenvolvida por Liquid Rock, e sua principal característica é "Creates a brand new TinyURL for the current tab that you are on!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TinyURL Maker

Baixe arquivos de extensão TinyURL Maker 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

                        Do you hate long links, well then this is the extension for you. TinyURL Maker uses the TinyURL API to condense and shorten long URLs. Simple extension for making a small and easily shared link. It will shorten whatever website you are on currently. 

Completely Open Source: https://github.com/forddasav/TinyURL-chromeextension

Feel Free to Add New Features etc. 

v 3.0
-Copy to Clipboard Functionality
-Better UI (thx to github user noordawod)


v 2.3.1
-Easier User Interface



v 1.1
-Base Update                    

Informações Básicas da Extensão

Nome TinyURL Maker TinyURL Maker
ID icjgknkfhpgnpjmhchbjacifboahiajj
URL Oficial https://chromewebstore.google.com/detail/tinyurl-maker/icjgknkfhpgnpjmhchbjacifboahiajj
Descrição Creates a brand new TinyURL for the current tab that you are on!
Tamanho do Arquivo 10.93 KB
Contagem de Instalações 6,000
Versão Atual 2.0.1
Última Atualização 2019-02-01
Data de Publicação 2019-02-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Liquid Rock
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "description": "Creates a brand new TinyURL for the current tab that you are on!",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "TinyURL Maker",
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "version": "2.0.1"
}