Graph Picker
Do more with FB!
Qu'est-ce que Graph Picker ?
Graph Picker est une extension Chrome développée par escovabr, et sa fonction principale est "Do more with FB!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Graph Picker
Téléchargez les fichiers d'extension Graph Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Graph Picker |
ID | admkplalkphcdkbkapdmkmobilbhmplp |
URL Officiel | https://chromewebstore.google.com/detail/graph-picker/admkplalkphcdkbkapdmkmobilbhmplp |
Description | Do more with FB! |
Taille du Fichier | 127 KB |
Nombre d'Installations | 376 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-05-04 |
Date de Publication | 2013-05-04 |
Évaluation | 3.50/5 Total 6 Évaluations |
Développeur | escovabr |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/eduellery/graphsearchfilter |
Langues Prises en Charge | 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" } ] } |