Fast URL Shortener

Fast and simple shorten of current tab urls with direct sharing options.

O que é Fast URL Shortener?

Fast URL Shortener é uma extensão do Chrome desenvolvida por https://www.shar3.nl, e sua principal característica é "Fast and simple shorten of current tab urls with direct sharing options.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Fast URL Shortener

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

                        Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.

Update: Added twitter and facebook icon to share the shorturl directly via these websites.

Update: We have rebuild it completely. Works much more faster!                    

Informações Básicas da Extensão

Nome Fast URL Shortener Fast URL Shortener
ID hnkpbdkcmbohhidigjoomkccgkaefpgi
URL Oficial https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi
Descrição Fast and simple shorten of current tab urls with direct sharing options.
Tamanho do Arquivo 35.64 KB
Contagem de Instalações 218
Versão Atual 2.0.3
Última Atualização 2014-02-13
Data de Publicação 2014-02-13
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor https://www.shar3.nl
Tipo de Pagamento free
Site da Extensão http://www.shar3.nl
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fast URL Shortener",
    "version": "2.0.3",
    "manifest_version": 2,
    "description": "Fast and simple shorten of current tab urls with direct sharing options.",
    "browser_action": {
        "default_title": "Short and share url",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}