The tiny URL shortener

A minimalistic Chrome extension for shortening URLs

O que é The tiny URL shortener?

The tiny URL shortener é uma extensão do Chrome desenvolvida por Marcus Johansson, e sua principal característica é "A minimalistic Chrome extension for shortening URLs".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão The tiny URL shortener

Baixe arquivos de extensão The tiny 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

                        A small extension that sits in your toolbar and shortens the current tab's URL.

A bit.ly account is required.                    

Informações Básicas da Extensão

Nome The tiny URL shortener The tiny URL shortener
ID hohdkaanpmcooenkhecbakblkepcnfop
URL Oficial https://chromewebstore.google.com/detail/the-tiny-url-shortener/hohdkaanpmcooenkhecbakblkepcnfop
Descrição A minimalistic Chrome extension for shortening URLs
Tamanho do Arquivo 105 KB
Contagem de Instalações 6,166
Versão Atual 2.0.3
Última Atualização 2022-02-08
Data de Publicação 2020-04-17
Classificação 3.88/5 Total de 8 Avaliações
Desenvolvedor Marcus Johansson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The tiny URL shortener",
    "short_name": "tiny-shortener",
    "version": "2.0.3",
    "author": "@marcjoha",
    "description": "A minimalistic Chrome extension for shortening URLs",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon48.png",
            "38": "img\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsOECKgHKYzb8bPF7QdxjzUgha\/R0RntpLAWtcE8K8e8xA70WoHaYB3Y+5EUhLhH9jlmsisgFL0UUyHta2FnMEi0ji1vQFGeM13llBNIcguRi\/969ghqjFa6vlC7wFt4vU\/aO1dMImGHDa0BG9K+t0XOk3f5dFdIdUl3QscBBZOH4j3IwINoBYpoJSSCCNi91mG\/J9CY\/9CUVGCSDz2BixSPQF0Nv9svJXFRiEQxf2cheCUShwVKWqwbCj\/EpGXHwdox6lEDVcEeI6r6zXBCuTnbi7dbWvPS\/ggj5Tczmu6ycakXQZICxo6hoPLQiCUl\/fjjxS+aMOB7R4LShG0YX4QIDAQAB"
}