Short URL (Bre.is)

Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it

O que é Short URL (Bre.is)?

Short URL (Bre.is) é uma extensão do Chrome desenvolvida por ChromeApps, e sua principal característica é "Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Short URL (Bre.is)

Baixe arquivos de extensão Short URL (Bre.is) 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

                        With this extension you have the possibility to create a short link of your current open page. The link is human friendly and can be easily shared, than the original full link.                    

Informações Básicas da Extensão

Nome Short URL (Bre.is) Short URL (Bre.is)
ID gmcofljannieocjefhglfanemdmkafgg
URL Oficial https://chromewebstore.google.com/detail/short-url-breis/gmcofljannieocjefhglfanemdmkafgg
Descrição Short URL is a free extension for Google Chrome to allowing anyone to take any existing URL and shorten it
Tamanho do Arquivo 4 MB
Contagem de Instalações 10,000
Versão Atual 1.0.10
Última Atualização 2020-11-13
Data de Publicação 2019-09-01
Classificação 4.20/5 Total de 168 Avaliações
Desenvolvedor ChromeApps
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://bre.is
Idiomas Suportados de,en,tr,pl,ru,uk
manifest.json
{
    "author": "Brevis",
    "background": {
        "persistent": true,
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Short URL (Bre.is)"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/short-url-googl\/gmcofljannieocjefhglfanemdmkafgg",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGsLSR3IaRzbZekrjBIzsrU4pLtjKgeorfjBAZayjSmSIq4tzvqSiXQbTzrNnneG\/EJwpodJYkRazsQuKYrxwB0x8\/B7FaE+5B\/CTNHsZGsojV0fg3csmPgbvtZoB2hm5sSzR7l1v8bAPoLwTROkLV25S62dvmiNGo\/qyq1YeL+QIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "offline_enabled": false,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "clipboardWrite",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10"
}