URLE.(me) Shrnkr (Long URL Shortener)

Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on

O que é URLE.(me) Shrnkr (Long URL Shortener)?

URLE.(me) Shrnkr (Long URL Shortener) é uma extensão do Chrome desenvolvida por https://urle.me, e sua principal característica é "Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão URLE.(me) Shrnkr (Long URL Shortener)

Baixe arquivos de extensão URLE.(me) Shrnkr (Long 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

                        Shink your long URL right from the browser. You no longer have to copy the link go to a site to shorten it. You can do it right from the tab. Click on the icon to shorten and copy to clipboard. Simple and Useful.                    

Informações Básicas da Extensão

Nome URLE.(me) Shrnkr (Long URL Shortener) URLE.(me) Shrnkr (Long URL Shortener)
ID nahlachfebiklihanaaoccmlbmibllli
URL Oficial https://chromewebstore.google.com/detail/urleme-shrnkr-long-url-sh/nahlachfebiklihanaaoccmlbmibllli
Descrição Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on
Tamanho do Arquivo 118 KB
Contagem de Instalações 99
Versão Atual 0.5.1.5
Última Atualização 2017-11-09
Data de Publicação 2017-11-01
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://urle.me
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URLE.(me) Shrnkr (Long URL Shortener)",
    "description": "Shrink and Copy your long URL with a click of a button. Remember it works on a current tab you are on",
    "version": "0.5.1.5",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "img\/logoN16.png",
        "32": "img\/logoN32.png",
        "48": "img\/logoN48.png",
        "128": "img\/logoN128.png"
    },
    "browser_action": {
        "default_icon": "img\/logo.png",
        "title": "URL",
        "default_popup": "main.html"
    },
    "author": "Designsexposition.com by Igor M",
    "short_name": "urle.me shrtnr",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S"
            }
        }
    },
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}