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”。
擴展截圖
下載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 |
ID | chnnajbjipfainfepeoiblbpmajdnkpn |
官方網址 | 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 } ] } |