Mini URL - The URL shortener

Shortens the current url and copies it to clipboard

O que é Mini URL - The URL shortener?

Mini URL - The URL shortener é uma extensão do Chrome desenvolvida por miniurl2016, e sua principal característica é "Shortens the current url and copies it to clipboard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Mini URL - The URL shortener

Baixe arquivos de extensão Mini URL - The URL shortener 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

                        Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!                    

Informações Básicas da Extensão

Nome Mini URL - The URL shortener Mini URL - The URL shortener
ID oikjbfhojbdndgcjkjeccfelofhihdai
URL Oficial https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai
Descrição Shortens the current url and copies it to clipboard
Tamanho do Arquivo 850 KB
Contagem de Instalações 170
Versão Atual 1.1
Última Atualização 2016-02-26
Data de Publicação 2016-02-26
Classificação 4.50/5 Total de 8 Avaliações
Desenvolvedor miniurl2016
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini URL - The URL shortener",
    "short_name": "Mini URL",
    "description": "Shortens the current url and copies it to clipboard",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "https:\/\/www.googleapis.com\/"
    ]
}