Graph Picker
Do more with FB!
Wat is Graph Picker?
Graph Picker is een Chrome-extensie ontwikkeld door escovabr, en de belangrijkste functie is "Do more with FB!".
Extensie Screenshots
Download het CRX-bestand van de extensie Graph Picker
Download Graph Picker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Graph Picker |
ID | admkplalkphcdkbkapdmkmobilbhmplp |
Officiële URL | https://chromewebstore.google.com/detail/graph-picker/admkplalkphcdkbkapdmkmobilbhmplp |
Beschrijving | Do more with FB! |
Bestandsgrootte | 127 KB |
Aantal Installaties | 376 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-05-04 |
Publicatiedatum | 2013-05-04 |
Beoordeling | 3.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | escovabr |
Betalingswijze | free |
Extensiewebsite | https://github.com/eduellery/graphsearchfilter |
Ondersteunde Talen | 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" } ] } |