Graph Picker
Do more with FB!
Graph Pickerとは何ですか?
Graph Pickerはescovabrによって開発されたChromeの拡張機能で、その主な機能は「Do more with FB!」です。
拡張機能のスクリーンショット
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 |
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" } ] } |