Topic Flower Extension

Topic Flower Extension allows you to categorize your Facebook updates.

Topic Flower Extension क्या है?

Topic Flower Extension Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Topic Flower Extension allows you to categorize your Facebook updates."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Topic Flower Extension allows you to categorize your Facebook updates. Using TopicFlower Chrome Extension you  will be able to Post, with tags, and much more options, and also categorize  each post and have direct impact on your Flower.                    

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

नाम Topic Flower Extension Topic Flower Extension
ID lfkhapnboophndckmedcaonccjgkobpc
आधिकारिक URL https://chromewebstore.google.com/detail/topic-flower-extension/lfkhapnboophndckmedcaonccjgkobpc
विवरण Topic Flower Extension allows you to categorize your Facebook updates.
फ़ाइल का आकार 82.14 KB
स्थापना संख्या 12
वर्तमान संस्करण 2.0.2
अंतिम अपडेट 2014-07-07
प्रकाशन तिथि 2014-07-07
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
सहायता पृष्ठ URL https://topicflower.zendesk.com/forums
समर्थित भाषाएँ en-US
manifest.json
{
    "name": "Topic Flower Extension",
    "description": "Topic Flower Extension allows you to categorize your Facebook updates.",
    "version": "2.0.2",
    "background": {
        "page": "topicflower.html"
    },
    "content_scripts": [
        {
            "js": [
                "data\/chrome\/tf-chrome-port-wrapper.js",
                "data\/chrome\/tf-chrome-data-wrapper.js",
                "data\/chrome\/tf-chrome-embed.js",
                "data\/shared\/libs\/jquery-1.7.2.min.js",
                "data\/shared\/libs\/postmessage.js",
                "data\/chrome\/tf-chrome.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "js": [
                "data\/shared\/embeds\/tf-facebook.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "logo_icon_128.png",
        "48": "logo_icon_48.png",
        "16": "logo_icon_16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}