Shortlink Extender

A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

O que é Shortlink Extender?

Shortlink Extender é uma extensão do Chrome desenvolvida por Stuart Davidson, e sua principal característica é "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Shortlink Extender

Baixe arquivos de extensão Shortlink Extender 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 Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.

The extension will automatically scan the page upon the load to see if there are any of known shortlinks on the page before sending off and finding the true link.                    

Informações Básicas da Extensão

Nome Shortlink Extender Shortlink Extender
ID nicmjjcmoeahiffoolajgeomonmmpknc
URL Oficial https://chromewebstore.google.com/detail/shortlink-extender/nicmjjcmoeahiffoolajgeomonmmpknc
Descrição A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.
Tamanho do Arquivo 7.82 KB
Contagem de Instalações 128
Versão Atual 0.5
Última Atualização 2017-08-06
Data de Publicação 2017-08-06
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Stuart Davidson
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.stuartd.co.uk/
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shortlink Extender",
    "version": "0.5",
    "author": "StuartD - www.stuartd.co.uk",
    "description": "A Google Chrome extension to extend the shortlinks such as bit.ly into their actual endpoint links.",
    "icons": {
        "128": "images\/128-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "extender.js"
            ]
        }
    ]
}