Topic Flower Extension
Topic Flower Extension allows you to categorize your Facebook updates.
Cos'è Topic Flower Extension?
Topic Flower Extension è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Topic Flower Extension allows you to categorize your Facebook updates.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Topic Flower Extension
Scarica i file di estensione Topic Flower Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Topic Flower Extension |
ID | lfkhapnboophndckmedcaonccjgkobpc |
URL Ufficiale | https://chromewebstore.google.com/detail/topic-flower-extension/lfkhapnboophndckmedcaonccjgkobpc |
Descrizione | Topic Flower Extension allows you to categorize your Facebook updates. |
Dimensione del File | 82.14 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2014-07-07 |
Data di Pubblicazione | 2014-07-07 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://topicflower.zendesk.com/forums |
Lingue Supportate | 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" } |