Duolibro

Automatically changes the input language on duolingo.com if needed.

Duolibro là gì?

Duolibro là một tiện ích mở rộng Chrome được phát triển bởi Felix Auer, và tính năng chính của nó là "Automatically changes the input language on duolingo.com if needed.".

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

screenshot

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

Tải xuống các tệp mở rộng Duolibro 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

                        Automatically changes input language on duolingo.com if needed.

Currently works for QWERTY, QWERTZ, and AZERTY keyboards. 
Keyboard layout can be changed in options.

Supported languages:
Spanish,
German,
Russian,
Ukrainian,
Turkish,
Norwegian,
Hebrew,
Vietnamese,
Swedish,
Danish                    

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

Tên Duolibro Duolibro
ID ogianofickehjjgaopiohbgjhmhbdafn
URL Chính Thức https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn
Mô tả Automatically changes the input language on duolingo.com if needed.
Kích Thước Tệp 94.71 KB
Số Lần Cài Đặt 1,173
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2016-08-03
Ngày Phát Hành 2016-08-03
Đánh Giá 3.26/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Felix Auer
Loại Thanh Toán free
URL Trang Trợ Giúp http://www.felixauer.com/contact.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Duolibro",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Automatically changes the input language on duolingo.com if needed.",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.duolingo.com\/*"
            ],
            "js": [
                "jquery.js",
                "spanish.js",
                "russian.js",
                "ukrainian.js",
                "turkish.js",
                "norwegian.js",
                "german.js",
                "hebrew.js",
                "vietnamese.js",
                "swedish.js",
                "danish.js",
                "duolingoext.js"
            ]
        }
    ]
}