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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Topic Flower Extension

ดาวน์โหลดไฟล์ส่วนขยาย Topic Flower Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ 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"
}