Topic Flower Extension
Topic Flower Extension allows you to categorize your Facebook updates.
Topic Flower Extension là gì?
Topic Flower Extension là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Topic Flower Extension allows you to categorize your Facebook updates.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Topic Flower Extension
Tải xuống các tệp mở rộng Topic Flower Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Topic Flower Extension |
ID | lfkhapnboophndckmedcaonccjgkobpc |
URL Chính Thức | https://chromewebstore.google.com/detail/topic-flower-extension/lfkhapnboophndckmedcaonccjgkobpc |
Mô tả | Topic Flower Extension allows you to categorize your Facebook updates. |
Kích Thước Tệp | 82.14 KB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 2.0.2 |
Cập Nhật Lần Cuối | 2014-07-07 |
Ngày Phát Hành | 2014-07-07 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://topicflower.zendesk.com/forums |
Ngôn Ngữ Được Hỗ Trợ | 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" } |