Fast Advanced Google Search
Get better search results in less time with this easy to use interface for Google's advanced search parameters.
ما هو Fast Advanced Google Search؟
Fast Advanced Google Search هو إضافة Chrome تم تطويرها بواسطة Angus Russell، والميزة الرئيسية لها هي "Get better search results in less time with this easy to use interface for Google's advanced search parameters.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fast Advanced Google Search
قم بتنزيل ملفات الامتداد Fast Advanced Google Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hotkey (ALT + G) opens extension and focuses "Keywords" field. Drag search parameters up/down so the ones YOU use most often are more accessible. No mouse clicks required means you can perform an advanced search without leaving the hotkeys (or looking up a cheat sheet). Install the extension and start saving time AND getting better search results. New in version 1.1.0: - Override safesearch option - Option to turn off Google's personalised search results - Added filetype option - Added option to search for images, videos, apps, books, news etc
معلومات أساسية عن التمديد
الاسم | |
ID | idijdjdcncjcgmeiipcnkpjedhgepalk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/fast-advanced-google-sear/idijdjdcncjcgmeiipcnkpjedhgepalk |
الوصف | Get better search results in less time with this easy to use interface for Google's advanced search parameters. |
حجم الملف | 190 KB |
عدد التثبيتات | 7,000 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2015-02-21 |
تاريخ النشر | 2015-02-21 |
تقييم | 4.04/5 مجموع تقييمات 25 |
المطور | Angus Russell |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fast Advanced Google Search", "version": "1.1.1", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Get better search results in less time with this easy to use interface for Google's advanced search parameters.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Fast Advanced Google Search", "default_popup": "browser_action\/browser_action.html" }, "permissions": [ "tabs" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+G", "mac": "Alt+G", "chromeos": "Alt+G", "linux": "Alt+G" } } } } |