TopicFlower URL Shortener

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

TopicFlower URL Shortener क्या है?

TopicFlower URL Shortener https://topicflower.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TopicFlower URL Shortener एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम TopicFlower URL Shortener TopicFlower URL Shortener
ID gpilgphobnninjmbbaklkkmlclmkfgeb
आधिकारिक URL https://chromewebstore.google.com/detail/topicflower-url-shortener/gpilgphobnninjmbbaklkkmlclmkfgeb
विवरण Shorten a url with TopicFlower, the Shortener feature of the TopicFlower Universe, Short, share and track your URLs
फ़ाइल का आकार 137 KB
स्थापना संख्या 65
वर्तमान संस्करण 0.1.2
अंतिम अपडेट 2013-09-16
प्रकाशन तिथि 2013-09-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://topicflower.com
भुगतान के प्रकार free
सहायता पृष्ठ URL https://topicflower.zendesk.com/entries/25386356-Como-usar-el-Acortador-de-URLs-de-TopicFlower
समर्थित भाषाएँ 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"
}