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
官方網址 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
電子郵箱 [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"
        ]
    }
}