Graph Picker

Do more with FB!

Graph Pickerคืออะไร?

Graph Picker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย escovabr และคุณลักษณะหลักของมันคือ "Do more with FB!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Graph Picker

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

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

                        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"
        }
    ]
}