Topic Flower Extension
Topic Flower Extension allows you to categorize your Facebook updates.
Co to jest Topic Flower Extension?
Topic Flower Extension to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Topic Flower Extension allows you to categorize your Facebook updates.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Topic Flower Extension
Pobierz pliki rozszerzeń Topic Flower Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Topic Flower Extension |
ID | lfkhapnboophndckmedcaonccjgkobpc |
Oficjalny URL | https://chromewebstore.google.com/detail/topic-flower-extension/lfkhapnboophndckmedcaonccjgkobpc |
Opis | Topic Flower Extension allows you to categorize your Facebook updates. |
Rozmiar pliku | 82.14 KB |
Liczba instalacji | 12 |
Aktualna Wersja | 2.0.2 |
Ostatnia Aktualizacja | 2014-07-07 |
Data Publikacji | 2014-07-07 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Adres URL Strony Pomocy | https://topicflower.zendesk.com/forums |
Obsługiwane Języki | 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" } |