Topic Flower Extension

Topic Flower Extension allows you to categorize your Facebook updates.

什么是Topic Flower Extension?

Topic Flower Extension是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Topic Flower Extension allows you to categorize your Facebook updates.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Topic Flower Extension扩展crx文件

下载Topic Flower Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}