Duolingo Vocabulary Manager

This is a vocabulary addon to help study Duolingo words

Duolingo Vocabulary Managerคืออะไร?

Duolingo Vocabulary Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeremy Strawn และคุณลักษณะหลักของมันคือ "This is a vocabulary addon to help study Duolingo words"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolingo Vocabulary Manager

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

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

                        The default vocabulary tracking on Duolingo was not sufficient for me. I wanted a way to be able to see all the words from my last session and study them to make sure I still know them. I've heard many stories about Duolingo users having finished the entire tree only to find themselves with a very weak vocabulary because they forgot many of the words from the old lessons.

Features:
+ Query Duolingo to get your list of known vocab
+ Quiz current list of vocab
+ Spaced Repetition: Consider the last study time and determine when to study a word again
+ Supports all five languages

Study Intervals:
- One hour
- One day
- Five Days
- One Month
- Three Months

Please email any feedback to [email protected]                    

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

ชื่อ Duolingo Vocabulary Manager Duolingo Vocabulary Manager
ID mglmcjokbicehcaojghjmhfjnaooffcd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/duolingo-vocabulary-manag/mglmcjokbicehcaojghjmhfjnaooffcd
คำอธิบาย This is a vocabulary addon to help study Duolingo words
ขนาดไฟล์ 477 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2014-10-22
วันที่เผยแพร่ 2014-10-22
คะแนน 3.62/5 รวมทั้งหมด 165 คะแนน
ผู้พัฒนา Jeremy Strawn
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duolingo Vocabulary Manager",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "This is a vocabulary addon to help study Duolingo words",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Duolingo Vocab Manager",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "storage",
        "idle",
        "alarms",
        "tabs",
        "contextMenus",
        "*:\/\/*.duolingo.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}