Esperanto

A plugin for learning languages

Esperanto là gì?

Esperanto là một tiện ích mở rộng Chrome được phát triển bởi nhamlevan, và tính năng chính của nó là "A plugin for learning languages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Esperanto

Tải xuống các tệp mở rộng Esperanto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Esperanto Esperanto
ID polehohpiildedlcimlencodbghhbcaa
URL Chính Thức https://chrome.google.com/webstore/detail/esperanto/polehohpiildedlcimlencodbghhbcaa
Mô tả A plugin for learning languages
Kích Thước Tệp 18.93 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-04-15
Ngày Phát Hành 2017-04-15
Nhà Phát Triển nhamlevan
Loại Thanh Toán free
Trang Web Mở Rộng https://nhamlv-55.github.io/Esperanto/
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}