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