Graph Picker

Do more with FB!

Graph Picker là gì?

Graph Picker là một tiện ích mở rộng Chrome được phát triển bởi escovabr, và tính năng chính của nó là "Do more with FB!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Graph Picker

Tải xuống các tệp mở rộng Graph Picker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Graph Picker Graph Picker
ID admkplalkphcdkbkapdmkmobilbhmplp
URL Chính Thức https://chromewebstore.google.com/detail/graph-picker/admkplalkphcdkbkapdmkmobilbhmplp
Mô tả Do more with FB!
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 376
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-05-04
Ngày Phát Hành 2013-05-04
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển escovabr
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/eduellery/graphsearchfilter
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}