Duolingo Vocabulary Manager
This is a vocabulary addon to help study Duolingo words
Duolingo Vocabulary Manager क्या है?
Duolingo Vocabulary Manager Jeremy Strawn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is a vocabulary addon to help study Duolingo words"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Duolingo Vocabulary Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |