TopicFlower URL Shortener

Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs

O que é TopicFlower URL Shortener?

TopicFlower URL Shortener é uma extensão do Chrome desenvolvida por https://topicflower.com, e sua principal característica é "Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TopicFlower URL Shortener

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

                        Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs directly from your browser.                    

Informações Básicas da Extensão

Nome TopicFlower URL Shortener TopicFlower URL Shortener
ID gpilgphobnninjmbbaklkkmlclmkfgeb
URL Oficial https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb
Descrição Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
Tamanho do Arquivo 137 KB
Contagem de Instalações 65
Versão Atual 0.1.2
Última Atualização 2013-09-16
Data de Publicação 2013-09-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://topicflower.com
Tipo de Pagamento free
URL da Página de Ajuda https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/shortener_extension_icon_16px.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "128": "images\/shortener_extension_icon_128px.png",
        "16": "images\/shortener_extension_icon_16px.png",
        "48": "images\/shortener_extension_icon_48px.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "name": "__MSG_extension_name__",
    "permissions": [
        "tabs",
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/"
    ],
    "version": "0.1.2"
}