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 là gì?
Fast Advanced Google Search là một tiện ích mở rộng Chrome được phát triển bởi Angus Russell, và tính năng chính của nó là "Get better search results in less time with this easy to use interface for Google's advanced search parameters.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fast Advanced Google Search
Tải xuống các tệp mở rộng Fast Advanced Google Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | idijdjdcncjcgmeiipcnkpjedhgepalk |
URL Chính Thức | https://chrome.google.com/webstore/detail/fast-advanced-google-sear/idijdjdcncjcgmeiipcnkpjedhgepalk |
Mô tả | Get better search results in less time with this easy to use interface for Google's advanced search parameters. |
Kích Thước Tệp | 190 KB |
Số Lần Cài Đặt | 7,000 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2015-02-21 |
Ngày Phát Hành | 2015-02-21 |
Đánh Giá | 4.04/5 Tổng số 25 Đánh Giá |
Nhà Phát Triển | Angus Russell |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |