Search Quick

Google SearchQuick automatically opens the search results of a Google Search in new tabs

Search Quickとは何ですか?

Search QuickはVigneshによって開発されたChromeの拡張機能で、その主な機能は「Google SearchQuick automatically opens the search results of a Google Search in new tabs」です。

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

screenshot
screenshot
screenshot

Search Quick拡張機能のCRXファイルをダウンロード

Search Quick拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Google SearchQuick is a browser add-on that opens the predetermined number of search results that are returned on a Google search in separate tabs at the click of a single button.  This extension works on all Google domains.

The number of results that need to be opened can be defined in the Options. By default three results are opened. This can be set to a maximum of 8.


Points to remember:
1)Please wait for the Google results page to be completely loaded before clicking on the extension icon.
2)Doesn’t work on secured Google connections (https:\\)


Please reach me on [email protected] with your feedback.                    

拡張機能の基本情報

名前 Search Quick Search Quick
ID chnnajbjipfainfepeoiblbpmajdnkpn
公式URL https://chromewebstore.google.com/detail/search-quick/chnnajbjipfainfepeoiblbpmajdnkpn
説明 Google SearchQuick automatically opens the search results of a Google Search in new tabs
ファイルサイズ 123 KB
インストール数 225
現在のバージョン 0.3
最終更新日 2012-10-17
公開日 2012-10-17
評価 4.56/5 合計 9 レビュー
開発者 Vignesh
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search Quick",
    "version": "0.3",
    "description": "Google SearchQuick automatically opens the search results of a Google Search in new tabs",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "Google.png",
        "48": "Google.png",
        "128": "Google.png"
    },
    "browser_action": {
        "default_icon": "Google.png"
    },
    "manifest_version": 2,
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-1.6.1.min.js",
                "urlcatch.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}