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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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 |
공식 URL | 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\/" ] } |