Esperanto
A plugin for learning languages
Τι είναι το Esperanto;
Το Esperanto είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nhamlevan, και η κύρια λειτουργία του είναι "A plugin for learning languages".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Esperanto
Λήψη αρχείων επέκτασης Esperanto σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Have you ever wondered: "How much can I read after finishing this language course?". If the answer is yes, then this extension is for you. Introducing Esperanto, an extension that will highlight every word in your predefined word list in a website. Don't know if learning German just on Duolingo is enough? Head to German Wikipedia and see how much you can read after finishing the course. To lazy to compile your own word list? Don't worry, head to the plugin website to download from our prepared word lists. Happy learning.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | polehohpiildedlcimlencodbghhbcaa |
Επίσημο URL | https://chrome.google.com/webstore/detail/esperanto/polehohpiildedlcimlencodbghhbcaa |
Περιγραφή | A plugin for learning languages |
Μέγεθος Αρχείου | 18.93 KB |
Αριθμός Εγκαταστάσεων | 33 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2017-04-15 |
Ημερομηνία Δημοσίευσης | 2017-04-15 |
Προγραμματιστής | nhamlevan |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://nhamlv-55.github.io/Esperanto/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esperanto", "description": "A plugin for learning languages", "version": "1.2", "browser_action": { "default_icon": "128-square.png", "default_popup": "popup.html" }, "icons": { "16": "16-square.png", "48": "48-square.png", "128": "128-square.png" }, "content_scripts": [ { "js": [ "mark.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_page": "options.html", "permissions": [ "storage", "tabs", " |