Esperanto
A plugin for learning languages
什么是Esperanto?
Esperanto是由nhamlevan开发的Chrome扩展程序,该扩展的主要功能是“A plugin for learning languages”。
扩展截图
下载Esperanto扩展crx文件
下载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", " |