Graph Picker

Do more with FB!

什么是Graph Picker?

Graph Picker是由escovabr开发的Chrome扩展程序,该扩展的主要功能是“Do more with FB!”。

扩展截图

screenshot
screenshot

下载Graph Picker扩展crx文件

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