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是由Angus Russell开发的Chrome扩展程序,该扩展的主要功能是“Get better search results in less time with this easy to use interface for Google's advanced search parameters.”。
扩展截图
下载Fast Advanced Google Search扩展crx文件
下载Fast Advanced Google Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } } } |