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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thepicturedictionary.com และคุณลักษณะหลักของมันคือ "Make Oxford english dictionary be visual with image search engine"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Oxford Picture Dictionary | Visual English

ดาวน์โหลดไฟล์ส่วนขยาย Oxford Picture Dictionary | Visual English ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}