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
公式URL 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"
            ]
        }
    ]
}