Oxford Picture Dictionary | Visual English
Make Oxford english dictionary be visual with image search engine
Oxford Picture Dictionary | Visual English란 무엇입니까?
Oxford Picture Dictionary | Visual English은(는) https://thepicturedictionary.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make Oxford english dictionary be visual with image search engine"입니다.
확장 프로그램 스크린샷
Oxford Picture Dictionary | Visual English 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How to learn English faster? How to remember new words easily? If you’re looking for a new learning path to memorize vocabulary effectively, picture dictionaries may be your route to success. Many people learn best through images rather than just text or audio. A picture dictionary creates a visual link between a new word and its meaning, by using images to illustrate vocabulary. It helps you to form an association between a new word and the word in your primary language respectively. Oxford Picture Dictionary for Chrome extension provides an image search engine for the Oxford Learner's Dictionaries site, English learners can learn new words and improve vocabulary faster and easier. Additionally, Google Translate extension is a good choice to combine with the Oxford Picture Dictionary for Chrome. Detail at https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb Oxford Learner's Dictionaries at https://www.oxfordlearnersdictionaries.com/ Created by https://www.thepicturedictionary.com/
확장 프로그램 기본 정보
이름 | Oxford Picture Dictionary | Visual English |
ID | ekffngdiljhjmmmfcajfmpheedkonklc |
공식 URL | https://chromewebstore.google.com/detail/oxford-picture-dictionary/ekffngdiljhjmmmfcajfmpheedkonklc |
설명 | Make Oxford english dictionary be visual with image search engine |
파일 크기 | 35.83 KB |
설치 횟수 | 7,000 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-07-25 |
출시 날짜 | 2020-07-17 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | https://thepicturedictionary.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.2", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/www.oxfordlearnersdictionaries.com\/definition\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ], "browser_action": { "default_title": "__MSG_appName__", "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |