Genie Multisearch
An extension to search multiple websites fast for Word research
Genie Multisearch란 무엇입니까?
Genie Multisearch은(는) Jasnan TP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to search multiple websites fast for Word research"입니다.
확장 프로그램 스크린샷
Genie Multisearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Genie Multisearch will help you to search multiple websites fast thus speed up your word research. This search extension asks you “Which word do you want to look up?” and "Which language are you learning?", then in 3 seconds, you have a Google Images tab for the word, a Forvo.com recording, a bilingual dictionary entry and a monolingual dictionary entry. Magic! Genie Multisearch comes with a preset of language resources for a number of languages. The extension will open tabs based on the default language resource settings however you can customize (add/edit/remove) these from options page. You can also search for any word using Genie by right clicking upon a word, and select your target language from the context menu.
확장 프로그램 기본 정보
이름 | Genie Multisearch |
ID | bpcnkekccfaabbocmidlnbfbgidpeiki |
공식 URL | https://chromewebstore.google.com/detail/genie-multisearch/bpcnkekccfaabbocmidlnbfbgidpeiki |
설명 | An extension to search multiple websites fast for Word research |
파일 크기 | 197 KB |
설치 횟수 | 121 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-03-15 |
출시 날짜 | 2019-03-15 |
평점 | 4.00/5 총 4 개의 평점 |
개발자 | Jasnan TP |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Jasnan/genie-multisearch |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "assets\/images\/icon-38.png", "128": "assets\/images\/icon-128.png" }, "default_locale": "en", "background": { "page": "views\/index.html", "persistent": true }, "browser_action": { "default_icon": { "19": "assets\/images\/icon-38.png", "38": "assets\/images\/icon-38.png" }, "default_title": "Genie Multisearch", "default_popup": "views\/popup.html" }, "options_page": "views\/options.html", "permissions": [ "tabs", "contextMenus" ] } |