Graph Picker

Do more with FB!

Was ist Graph Picker?

Graph Picker ist eine Chrome-Erweiterung, die von escovabr entwickelt wurde, und ihr Hauptmerkmal ist "Do more with FB!".

Erweiterungsscreenshots

screenshot
screenshot

Graph Picker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Graph Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Graph Picker Graph Picker
ID admkplalkphcdkbkapdmkmobilbhmplp
Offizielle URL https://chromewebstore.google.com/detail/graph-picker/admkplalkphcdkbkapdmkmobilbhmplp
Beschreibung Do more with FB!
Dateigröße 127 KB
Installationsanzahl 376
Aktuelle Version 1.0
Letztes Update 2013-05-04
Veröffentlichungsdatum 2013-05-04
Bewertung 3.50/5 Insgesamt 6 Bewertungen
Entwickler escovabr
Zahlungsart free
Erweiterungswebsite https://github.com/eduellery/graphsearchfilter
Unterstützte Sprachen 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"
        }
    ]
}