Graph Picker
Do more with FB!
ما هو Graph Picker؟
Graph Picker هو إضافة Chrome تم تطويرها بواسطة escovabr، والميزة الرئيسية لها هي "Do more with FB!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Graph Picker
قم بتنزيل ملفات الامتداد Graph Picker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
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" } ] } |