TopicFlower URL Shortener

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

Co je TopicFlower URL Shortener?

TopicFlower URL Shortener je rozšíření Chrome vyvinuté https://topicflower.com, a jeho hlavní funkcí je „Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TopicFlower URL Shortener

Stáhněte si soubory rozšíření TopicFlower URL Shortener ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název TopicFlower URL Shortener TopicFlower URL Shortener
ID gpilgphobnninjmbbaklkkmlclmkfgeb
Oficiální URL https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb
Popis Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
Velikost souboru 137 KB
Počet instalací 65
Aktuální Verze 0.1.2
Poslední Aktualizace 2013-09-16
Datum Vydání 2013-09-16
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://topicflower.com
Typ Platby free
URL Stránky Nápovědy https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower
Podporované Jazyky 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"
}