Topic Flower Extension

Topic Flower Extension allows you to categorize your Facebook updates.

Topic Flower Extension란 무엇입니까?

Topic Flower Extension은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Topic Flower Extension allows you to categorize your Facebook updates."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Topic Flower Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}