Improve Your English Vocabulary

Improve your english vocabulary with word cards every time you open a new tab.

Improve Your English Vocabularyคืออะไร?

Improve Your English Vocabulary เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faruk Cepni และคุณลักษณะหลักของมันคือ "Improve your english vocabulary with word cards every time you open a new tab."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Improve Your English Vocabulary

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

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

                        Improve your english vocabulary by learning a new word every time you open a new tab. 

This extension contains 5000 most frequently used words in english from A1 to C2. You can start learning by selecting your levels on settings tab. You will see a word among 20 selected words each time you open a new tab and as you learn, new words will add to your list. In this way, You will focus only 20 words in the same time and you will improve your english vocabulary step by step.

Each word has multiple example sentences to be able to understand how to use that word and speech audio to learn how to pronounce. Besides, 950 suitable words have own images to learn it easily.

NOTICE: This extension will customize your new tab page.

Storage Permission: We need only "storage" permission to save learned-seen words and your settings. This information is saved on your local computer and when you remove this extension, all information is deleted automatically. We don't send any information to any service.

The extension icon created by Amit Jain.Thank you. (https://www.iconfinder.com/search?q=classmates&designer=amit123jain)                    

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

ชื่อ Improve Your English Vocabulary Improve Your English Vocabulary
ID hopffgjmbjmlllmimcjmbgdejfkkmoom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/improve-your-english-voca/hopffgjmbjmlllmimcjmbgdejfkkmoom
คำอธิบาย Improve your english vocabulary with word cards every time you open a new tab.
ขนาดไฟล์ 1.81 MB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-10-19
วันที่เผยแพร่ 2023-05-23
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Faruk Cepni
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/ext-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Improve Your English Vocabulary",
    "description": "Improve your english vocabulary with word cards every time you open a new tab.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/img\/icon_16.png",
        "32": "assets\/img\/icon_32.png",
        "48": "assets\/img\/icon_48.png",
        "64": "assets\/img\/icon_64.png",
        "128": "assets\/img\/icon_128.png",
        "256": "assets\/img\/icon_256.png",
        "512": "assets\/img\/icon_512.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/img\/icon_64.png"
    },
    "chrome_url_overrides": {
        "newtab": "learner.html"
    }
}