Topic Flower Extension
Topic Flower Extension allows you to categorize your Facebook updates.
Qu'est-ce que Topic Flower Extension ?
Topic Flower Extension est une extension Chrome développée par Unknown, et sa fonction principale est "Topic Flower Extension allows you to categorize your Facebook updates.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Topic Flower Extension
Téléchargez les fichiers d'extension Topic Flower Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Topic Flower Extension |
ID | lfkhapnboophndckmedcaonccjgkobpc |
URL Officiel | https://chromewebstore.google.com/detail/topic-flower-extension/lfkhapnboophndckmedcaonccjgkobpc |
Description | Topic Flower Extension allows you to categorize your Facebook updates. |
Taille du Fichier | 82.14 KB |
Nombre d'Installations | 12 |
Version Actuelle | 2.0.2 |
Dernière Mise à Jour | 2014-07-07 |
Date de Publication | 2014-07-07 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
URL de la Page d'Aide | https://topicflower.zendesk.com/forums |
Langues Prises en Charge | 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" } |