Topic Flower Extension
Topic Flower Extension allows you to categorize your Facebook updates.
What is Topic Flower Extension?
Topic Flower Extension is a Chrome extension developed by Unknown, and its main feature is "Topic Flower Extension allows you to categorize your Facebook updates.".
Extension Screenshots
Download Topic Flower Extension Extension CRX File
Download Topic Flower Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Topic Flower Extension |
ID | lfkhapnboophndckmedcaonccjgkobpc |
Official URL | https://chromewebstore.google.com/detail/topic-flower-extension/lfkhapnboophndckmedcaonccjgkobpc |
Description | Topic Flower Extension allows you to categorize your Facebook updates. |
File Size | 82.14 KB |
Installation Count | 12 |
Current Version | 2.0.2 |
Last Updated | 2014-07-07 |
Publish Date | 2014-07-07 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Unknown |
Payment Type | free |
Help Page URL | https://topicflower.zendesk.com/forums |
Supported Languages | 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" } |