Smarter Duo

This extension makes Duolingo's choice of practice more intelligent

什么是Smarter Duo?

Smarter Duo是由Ippo开发的Chrome扩展程序,该扩展的主要功能是“This extension makes Duolingo's choice of practice more intelligent”。

下载Smarter Duo扩展crx文件

下载Smarter Duo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Smarter Duo Smarter Duo
ID haomnjjgbbhdekldmabddhnciffplcbn
官方URL https://chrome.google.com/webstore/detail/smarter-duo/haomnjjgbbhdekldmabddhnciffplcbn
简介 This extension makes Duolingo's choice of practice more intelligent
文件大小 18.79 KB
安装次数 149
当前版本 0.1
更新时间 2017-06-10
上架时间 2017-06-10
评分 4.60/5 共5次评分
开发者 Ippo
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smarter Duo",
    "version": "0.1",
    "description": "This extension makes Duolingo's choice of practice more intelligent",
    "author": "Ippo",
    "icons": {
        "128": "book.png"
    },
    "browser_action": {
        "default_icon": "book.png",
        "default_popup": "popup.html",
        "default_title": "Start practice"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.duolingo.com\/api\/1\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}