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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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                    

拡張機能の基本情報

名前 Fast Advanced Google Search Fast Advanced Google Search
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"
            }
        }
    }
}