Saupe URL Shrtnr

This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.

O que é Saupe URL Shrtnr?

Saupe URL Shrtnr é uma extensão do Chrome desenvolvida por Joel Saupe, e sua principal característica é "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Saupe URL Shrtnr

Baixe arquivos de extensão Saupe URL Shrtnr 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

                        The Saupe URL Shrtnr extension uses uses the URL shortener at http://sau.pe/shrtnr/ to convert any URL to a short, simple URL. With just the click of the extension's icon, the current page's URL is shortened and copied to your clipboard. This is perfect for sharing a link with friends, or on social media where you don't want the length of your links to take away from all of your sweet, sweet #hashtags.                    

Informações Básicas da Extensão

Nome Saupe URL Shrtnr Saupe URL Shrtnr
ID ghefbepohloadbooaphdolhipglahkjb
URL Oficial https://chrome.google.com/webstore/detail/saupe-url-shrtnr/ghefbepohloadbooaphdolhipglahkjb
Descrição This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.
Tamanho do Arquivo 39.61 KB
Contagem de Instalações 27
Versão Atual 2.0
Última Atualização 2016-05-07
Data de Publicação 2016-05-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Joel Saupe
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://sau.pe/shrtnr/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Saupe URL Shrtnr",
    "description": "This extension shortens the current URL using the Saupe URL Shrtnr and copies it to the clipboard.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "MacCtrl+Shift+S"
            }
        }
    }
}