Duolingo Strengthen Skills Pro

Select which Duolingo Skills you want to strengthen

Duolingo Strengthen Skills Proとは何ですか?

Duolingo Strengthen Skills ProはEmil Brucknerによって開発されたChromeの拡張機能で、その主な機能は「Select which Duolingo Skills you want to strengthen」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Duolingo Strengthen Skills Pro拡張機能のCRXファイルをダウンロード

Duolingo Strengthen Skills Pro拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Duolingo Strengthen Skills Pro helps you to get all your skills to gold!

Instead of using the old strengthen skills button, you can now use the Pro Version.
It lets you choose what you want to strengthen. By for example only exercising your weakest strengths you can get to fluency much faster.

Note: This may not work for everyone, please contact if it doesn't!

Disclaimer: This is not made by Duolingo.                    

拡張機能の基本情報

名前 Duolingo Strengthen Skills Pro Duolingo Strengthen Skills Pro
ID ggooojmooaenngobdaacnpmonmdgfakl
公式URL https://chromewebstore.google.com/detail/duolingo-strengthen-skill/ggooojmooaenngobdaacnpmonmdgfakl
説明 Select which Duolingo Skills you want to strengthen
ファイルサイズ 42.44 KB
インストール数 381
現在のバージョン 0.1.1
最終更新日 2017-06-03
公開日 2017-06-03
評価 4.20/5 合計 5 レビュー
開発者 Emil Bruckner
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://hyperurl.co/extension
ヘルプページのURL http://hyperurl.co/extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duolingo Strengthen Skills Pro",
    "version": "0.1.1",
    "author": "Emil Bruckner",
    "description": "Select which Duolingo Skills you want to strengthen",
    "homepage_url": "http:\/\/hyperurl.co\/duo?IQid=chrome.0-1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.duolingo.com\/*",
                "http:\/\/www.duolingo.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}