Esperanto
A plugin for learning languages
Esperanto란 무엇입니까?
Esperanto은(는) nhamlevan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A plugin for learning languages"입니다.
확장 프로그램 스크린샷
Esperanto 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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", " |