Topic Flower Extension
Topic Flower Extension allows you to categorize your Facebook updates.
Wat is Topic Flower Extension?
Topic Flower Extension is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Topic Flower Extension allows you to categorize your Facebook updates.".
Extensie Screenshots
Download het CRX-bestand van de extensie Topic Flower Extension
Download Topic Flower Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Topic Flower Extension |
ID | lfkhapnboophndckmedcaonccjgkobpc |
Officiële URL | https://chromewebstore.google.com/detail/topic-flower-extension/lfkhapnboophndckmedcaonccjgkobpc |
Beschrijving | Topic Flower Extension allows you to categorize your Facebook updates. |
Bestandsgrootte | 82.14 KB |
Aantal Installaties | 12 |
Huidige Versie | 2.0.2 |
Laatst Bijgewerkt | 2014-07-07 |
Publicatiedatum | 2014-07-07 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Help Pagina-URL | https://topicflower.zendesk.com/forums |
Ondersteunde Talen | 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" } |