Graph Picker

Do more with FB!

Cos'è Graph Picker?

Graph Picker è un'estensione di Chrome sviluppata da escovabr, e la sua funzione principale è "Do more with FB!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Graph Picker

Scarica i file di estensione Graph Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Graph Picker Graph Picker
ID admkplalkphcdkbkapdmkmobilbhmplp
URL Ufficiale https://chromewebstore.google.com/detail/graph-picker/admkplalkphcdkbkapdmkmobilbhmplp
Descrizione Do more with FB!
Dimensione del File 127 KB
Conteggio Installazioni 376
Versione Corrente 1.0
Ultimo Aggiornamento 2013-05-04
Data di Pubblicazione 2013-05-04
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore escovabr
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/eduellery/graphsearchfilter
Lingue Supportate 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"
        }
    ]
}