Instant Multi Search
Search on multiple websites, instantly. An ideal companion for power searchers.
什麼是Instant Multi Search?
Instant Multi Search是由Jerome Dalbert開發的Chrome擴展程式,該擴展的主要功能是“Search on multiple websites, instantly. An ideal companion for power searchers.”。
擴展截圖
下載Instant Multi Search擴展crx文件
下載Instant Multi Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Want to quickly learn about a new movie on your favorite review websites? - Need to look at several dictionaries for a definition that finally clicks? - Tired of typing the same search term again and again? *** Then Instant Multi Search is for you *** #HOW TO USE# - Type m and Space/Tab in the address bar - Enter your search - Profit. The results open up in multiple tabs. #FEATURES# - Lightning fast and lightweight (< 30KB). - Pick a category by typing its keyword followed by your search. - Use built-in categories such as "Movie Reviews", "Shopping", etc. - Customize or create your own categories. - Get research suggestions from Google Autocomplete. - Only search via the Chrome address bar, which is the best tool for the job. No cheesy buttons and HTML overlays used by other Search extensions. - The options panel uses the same Chrome UI that you use every day.
擴展基本資訊
名稱 | Instant Multi Search |
ID | aamgapdgopfdmokckpkfciiddpahbbcg |
官方網址 | https://chromewebstore.google.com/detail/instant-multi-search/aamgapdgopfdmokckpkfciiddpahbbcg |
簡介 | Search on multiple websites, instantly. An ideal companion for power searchers. |
檔案大小 | 28.75 KB |
安裝次數 | 6,707 |
目前版本 | 0.1.0.5 |
更新時間 | 2015-08-09 |
上架時間 | 2015-08-09 |
評分 | 4.55/5 共 91 次評分 |
開發者 | Jerome Dalbert |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Multi Search", "description": "Search on multiple websites, instantly. An ideal companion for power searchers.", "version": "0.1.0.5", "omnibox": { "keyword": "m" }, "background": { "scripts": [ "lib\/array.prototype.find.min.js", "lib\/array.prototype.includes.min.js", "lib\/request.js", "src\/background.js" ] }, "options_ui": { "page": "pages\/options.html", "chrome_style": true }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "storage", "http:\/\/suggestqueries.google.com\/" ] } |