Vocab Expander: learn english

Learn english (and other) words. Sync your progress across your devices. Extension displays words frame at the bottom of the page.

Vocab Expander: learn englishคืออะไร?

Vocab Expander: learn english เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vocabexpander.com และคุณลักษณะหลักของมันคือ "Learn english (and other) words. Sync your progress across your devices. Extension displays words frame at the bottom of the page."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vocab Expander: learn english

ดาวน์โหลดไฟล์ส่วนขยาย Vocab Expander: learn english ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ★ This app helps to learn new English words by using "Spaced repetition method"* (by default: 2, 7 and 30 days between control checks) and "Associative learning method"*. You can improve your vocabulary very effectively.
★ This app displays new words from the selected dictionary at the bottom of the page
★ It's possible to create a new dictionary (import CSV). 
★ This app syncs your learn progress across your devices (Chrome extension / Windows Desktop / Android / Web app). For more info visit: https://vocabexpander.com/#about 

__________
* Spaced repetition is a learning technique that incorporates increasing intervals of time between subsequent review of previously learned material in order to exploit the psychological spacing effect. 

__________
* Currently only the English-Russian dictionary is shipped with associative images. However, it's possible to attach your own image to the new word while in editing mode (in web version)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Vocab Expander: learn english Vocab Expander: learn english
ID mncjkaldafgncphjfjcnngimkiaolcpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vocab-expander-learn-engl/mncjkaldafgncphjfjcnngimkiaolcpa
คำอธิบาย Learn english (and other) words. Sync your progress across your devices. Extension displays words frame at the bottom of the page.
ขนาดไฟล์ 1.11 MB
จำนวนการติดตั้ง 2,476
เวอร์ชันปัจจุบัน 2024.12
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2019-10-29
คะแนน 4.25/5 รวมทั้งหมด 32 คะแนน
ผู้พัฒนา https://vocabexpander.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://vocabexpander.com/#about
URL หน้าช่วยเหลือ https://vocabexpander.com/#about
URL หน้านโยบายความเป็นส่วนตัว https://vocabexpander.com/privacypolicy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "ClientCoreRelease\/Content\/images\/16-16black.png",
        "48": "ClientCoreRelease\/Content\/images\/48-48black.png",
        "128": "ClientCoreRelease\/Content\/images\/128-128black.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAthoCzA386E9QkRUm07gexIiNG3CGnvryrCki7Sut0x8fF5lFkIVlI4mk\/3myo15vcpEZQCwAgX8M37hGHz0Mq+aXaV3MtSkGgTYOVrZX31s790Ut0AK8LBIcxVpnmTLItM8Qy0J\/D2ZWtCL6L9DM9IX+Isf3rnlSw5PfaKQfkHvz3MmOeBbdG4nZ0vjwxF2guiXhqYiVUDiXBNqJFIStfze2n+qiS+Tri+gdDd45NS\/EgNQVUJ2ZH1AFRSsbT2MXFlF9yJgU+EjGKCroWX0I2EhzlBNU2gxEUSc44IIR\/1jpXuQZvjHvOuSHOe4N127C5oVUfAnZCnJEFoH0XQkdxQIDAQAB",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2024.12",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "index_chrome.html"
    },
    "permissions": [
        "identity",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "ScriptsChrome\/content-script.css"
            ],
            "js": [
                "ScriptsChrome\/content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "ScriptsChrome\/background.js"
    },
    "oauth2": {
        "client_id": "628688110699-omdnt0un71u9e2q8hiss35lcrlmo808a.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "email"
        ]
    }
}