Esperanto
A plugin for learning languages
Esperanto क्या है?
Esperanto nhamlevan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin for learning languages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Esperanto एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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", " |