Duolingo: Turn tree upside down

Simply turns the Duolingo skill tree upside down

Τι είναι το Duolingo: Turn tree upside down;

Το Duolingo: Turn tree upside down είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον asininus, και η κύρια λειτουργία του είναι "Simply turns the Duolingo skill tree upside down".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Duolingo: Turn tree upside down

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

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

                        This extension makes it easier to start the next lesson by turning the skill tree upside down, so the next lesson is always at the top of the page. 

Also, when you click on a lesson once, it will load it immediately; when you hold it down, it will open the menu as usual.                    

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

Όνομα Duolingo: Turn tree upside down Duolingo: Turn tree upside down
ID adcehjegckhlfobdbfblihaehmgnbmll
Επίσημο URL https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll
Περιγραφή Simply turns the Duolingo skill tree upside down
Μέγεθος Αρχείου 4.42 KB
Αριθμός Εγκαταστάσεων 193
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2015-12-09
Ημερομηνία Δημοσίευσης 2015-12-09
Αξιολόγηση 2.33/5 Συνολικά 9 Αξιολογήσεις
Προγραμματιστής asininus
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duolingo: Turn tree upside down",
    "short_name": "duolingo-treeverse",
    "description": "Simply turns the Duolingo skill tree upside down",
    "version": "1.0.0",
    "minimum_chrome_version": "38",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duolingo.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ]
}