Duolingo Vocabulary Downloader

Easily download your Duolingo words.

Τι είναι το Duolingo Vocabulary Downloader;

Το Duolingo Vocabulary Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον fabidevelops, και η κύρια λειτουργία του είναι "Easily download your Duolingo words.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Duolingo Vocabulary Downloader

Λήψη αρχείων επέκτασης Duolingo Vocabulary Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Did you ever want to download your duolingo vocabulary to study it?
With this extension, you can do exactly that.

★ Fetch all the words you learned so far
★ Check them out right within the chrome extension
★ Download the list as a .txt or .csv-file

With premium (9€ one-time):
★ Also get the word types and the date you last practiced them.
★ Filter the words by using a date filter.

Download the vocabulary you studied so far as a .txt or .csv file, either in the order, it shows in the extension or alphabetically ascending or descending.

How it works:
1. Sign in to duolingo
2. Pick your desired language
3. Open the Extension and click on "load"
4. With premium you can select which kind of information you want to include in your download and if you only want words that you practiced before/after a certain date.
5. Click on "file.txt" if you just want a simple text file where a word is on one line or choose "file.csv" if you want to have your vocabulary comma separated
6. Now you can import the file into your favourite study tool, for example, Quizlet or Anki

If you have any feedback, don't hesitate to reach out to me. I am looking forward to hearing from you. ([email protected])                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Duolingo Vocabulary Downloader Duolingo Vocabulary Downloader
ID ianhccjmhhopfhamaijdijafpljdiohi
Επίσημο URL https://chromewebstore.google.com/detail/duolingo-vocabulary-downl/ianhccjmhhopfhamaijdijafpljdiohi
Περιγραφή Easily download your Duolingo words.
Μέγεθος Αρχείου 37.57 KB
Αριθμός Εγκαταστάσεων 1,879
Τρέχουσα Έκδοση 0.1.7
Τελευταία Ενημέρωση 2023-10-28
Ημερομηνία Δημοσίευσης 2021-09-28
Αξιολόγηση 4.73/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής fabidevelops
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://vocabulary-downloader.netlify.app
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duolingo Vocabulary Downloader",
    "description": "Easily download your Duolingo words.",
    "version": "0.1.7",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.duolingo.com\/*",
        "https:\/\/d2.duolingo.com\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    }
}