GRE Practice

Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…

GRE Practiceคืออะไร?

GRE Practice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vivek Nayak และคุณลักษณะหลักของมันคือ "Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GRE Practice

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

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

                        Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when you open a new chrome tab. Switch to study mode and guess the meaning of the word to judge your understanding. Choose between 3 difficulty levels to suit your need.                    

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

ชื่อ GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
คำอธิบาย Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…
ขนาดไฟล์ 1.86 MB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-07-18
วันที่เผยแพร่ 2021-07-17
คะแนน 4.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Vivek Nayak
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GRE Practice",
    "version": "0.1",
    "permissions": [],
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "gre_icon.png"
        }
    }
}