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.”。
擴展截圖
下載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 |
ID | lfkhapnboophndckmedcaonccjgkobpc |
官方網址 | 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" } |