Quick Dictionary
Quick Dictionary extension help you translate text more quickly, simply by a highlight or a keypress.
Quick Dictionary란 무엇입니까?
Quick Dictionary은(는) hungf.hp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick Dictionary extension help you translate text more quickly, simply by a highlight or a keypress."입니다.
확장 프로그램 스크린샷
Quick Dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quick Dictionary helps you instantly translate text on websites with just a mouse click or a keypress. With Quick Dictionary, you can study previously searched words on the history page, and Smart Reminder will help you remember that word. FEATURES • Text translator: Get free translation for text in over 50 languages. • Convert text to speech: listen to the voice translation. • Switch between different dialects when you translate. • A dictionary for all languages. • Transliteration, sharing, favorites, history, and much more. SMART REMINDER • A clever algorithm will prompt you to remember translated words. • Spaced repetition is an evidence-based learning technique that is usually performed with flashcards. Install now and get free translations for 50+ languages. Learn new languages through translations in a fun and easy way while browsing the web with the Dictionary & Conjugations feature.
확장 프로그램 기본 정보
이름 | Quick Dictionary |
ID | lpoljgbmkbhhdpihhcfpkekfncjibobh |
공식 URL | https://chromewebstore.google.com/detail/quick-dictionary/lpoljgbmkbhhdpihhcfpkekfncjibobh |
설명 | Quick Dictionary extension help you translate text more quickly, simply by a highlight or a keypress. |
파일 크기 | 150 KB |
설치 횟수 | 610 |
현재 버전 | 1.3.0 |
최근 업데이트 | 2022-11-25 |
출시 날짜 | 2021-09-04 |
평점 | 4.85/5 총 34 개의 평점 |
개발자 | hungf.hp |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://chrome.google.com/webstore/detail/quick-dict/lpoljgbmkbhhdpihhcfpkekfncjibobh |
도움말 페이지 URL | https://www.facebook.com/hungdo.hp |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Dictionary", "manifest_version": 2, "version": "1.3.0", "options_page": "options.html", "permissions": [ "chrome:\/\/favicon\/*", "storage", "https:\/\/clients5.google.com\/*", "https:\/\/google.com\/*" ], "background": { "scripts": [ ".\/common\/config.js", ".\/common\/qd_words.js", ".\/common\/store.js", ".\/common\/log_event.js", ".\/lib\/jquery.js", ".\/lib\/popper.js", ".\/lib\/bootstrap.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "static\/icons\/[email protected]", "default_title": "Quick Dict Popup", "default_popup": ".\/browser_action\/popup.html" }, "content_scripts": [ { "all_frames": false, "css": [ ".\/components\/components.css", ".\/popups\/translate.css", ".\/popups\/reminder.css" ], "js": [ ".\/common\/config.js", ".\/common\/store.js", ".\/common\/log_event.js", ".\/components\/components.js", ".\/popups\/translate.js", ".\/popups\/reminder.js" ], "run_at": "document_idle", "matches": [ " |