Duolingo Audio

This extension will hide text prompts in Duolingo, allowing you to focus on the audio. You have the option to type what you hear in…

Τι είναι το Duolingo Audio;

Το Duolingo Audio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον LanguageButcher, και η κύρια λειτουργία του είναι "This extension will hide text prompts in Duolingo, allowing you to focus on the audio. You have the option to type what you hear in…".

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

screenshot
screenshot

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

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

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

                        This extension will hide text prompts in Duolingo, allowing you to focus on the audio. You have the option to type what you hear in a text box. It can inform you if you're correct but it only works with sentences with simple accents like french and Spanish, probably not Russian and alike.

You also have two audios from google Translate, one a slow version, giving you a total of three audio versions.

If you really want to focus on your listening skill, just translate without typing what you hear and accept errors when you mishear a sentence. That way you get do that sentence again and train your ears.

It's in no way perfect, but if you want to focus on audio. It's useful enough. 

My advice is to finish the tree first, then reset it and use this extension to focus on audio. Otherwise, it would be too frustrated learning new words with audios only.

Have fun!                    

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

Όνομα Duolingo Audio Duolingo Audio
ID dpicaggneknadilmelkoemhffdnooanb
Επίσημο URL https://chromewebstore.google.com/detail/duolingo-audio/dpicaggneknadilmelkoemhffdnooanb
Περιγραφή This extension will hide text prompts in Duolingo, allowing you to focus on the audio. You have the option to type what you hear in…
Μέγεθος Αρχείου 10.62 KB
Αριθμός Εγκαταστάσεων 1,204
Τρέχουσα Έκδοση 0.22
Τελευταία Ενημέρωση 2017-03-26
Ημερομηνία Δημοσίευσης 2017-03-26
Αξιολόγηση 2.85/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής LanguageButcher
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duolingo Audio",
    "version": "0.22",
    "web_accessible_resources": [
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}