Graph Picker

Do more with FB!

Graph Picker란 무엇입니까?

Graph Picker은(는) escovabr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do more with FB!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Graph Picker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Graph Picker is a chrome plugin that works like a user script (GreaseMonkey, TamperMonkey). It enables posts and other activities (such as event sending) to a customizable audience retrieved from Graph Search (https://www.facebook.com/graphsearcher).

Graph Search enables "natural language" queries such as "friends who live nearby", "friends who like Game of Thrones and Battlestar Galactica" and so on.

It also enables voice commands as inputs, making things even easier and natural.

Use it and contribute!

Excelsior!                    

확장 프로그램 기본 정보

이름 Graph Picker Graph Picker
ID admkplalkphcdkbkapdmkmobilbhmplp
공식 URL https://chromewebstore.google.com/detail/graph-picker/admkplalkphcdkbkapdmkmobilbhmplp
설명 Do more with FB!
파일 크기 127 KB
설치 횟수 376
현재 버전 1.0
최근 업데이트 2013-05-04
출시 날짜 2013-05-04
평점 3.50/5 총 6 개의 평점
개발자 escovabr
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/eduellery/graphsearchfilter
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Graph Picker",
    "description": "Do more with FB!",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "72": "icon72.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "icon16.png",
        "privacy_modal.html",
        "privacy_modal.js",
        "event_modal.html",
        "event_modal.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                ".\/style.css",
                ".\/fbcss.css"
            ],
            "js": [
                ".\/jquery.min.js",
                ".\/backend.js",
                ".\/frontend.event.js",
                ".\/frontend.privacy.js"
            ],
            "run_at": "document_end"
        }
    ]
}