Topic Flower Extension
Topic Flower Extension allows you to categorize your Facebook updates.
ما هو Topic Flower Extension؟
Topic Flower Extension هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Topic Flower Extension allows you to categorize your Facebook updates.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Topic Flower Extension
قم بتنزيل ملفات الامتداد Topic Flower Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } |