Duolibro

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

什麼是Duolibro?

Duolibro是由Felix Auer開發的Chrome擴展程式,該擴展的主要功能是“Automatically changes the input language on duolingo.com if needed.”。

擴展截圖

screenshot

下載Duolibro擴展crx文件

下載Duolibro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Duolibro Duolibro
ID ogianofickehjjgaopiohbgjhmhbdafn
官方網址 https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn
簡介 Automatically changes the input language on duolingo.com if needed.
檔案大小 94.71 KB
安裝次數 1,173
目前版本 1.5.1
更新時間 2016-08-03
上架時間 2016-08-03
評分 3.26/5 共 31 次評分
開發者 Felix Auer
付費類型 free
說明頁面URL http://www.felixauer.com/contact.html
支援的語言 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"
            ]
        }
    ]
}