Conjug8

Generate Spanish verbs conjugation tests

什么是Conjug8?

Conjug8是由L Learning开发的Chrome扩展程序,该扩展的主要功能是“Generate Spanish verbs conjugation tests”。

扩展截图

screenshot

下载Conjug8扩展crx文件

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

扩展使用说明

                        Quickly turn any online content into customized, fill-in-the-blank verb practice!

conjug8 offers services for SPANISH LEARNERS AT ANY LEVEL!

PERFECT FOR:

• Teachers to create assessments and worksheets
• Students to generate additional practice in their pursuit of world language learning                    

扩展基本信息

名称 Conjug8 Conjug8
ID mopabgnapdlpkmopdhbmgdljeoniomco
官方URL https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco
简介 Generate Spanish verbs conjugation tests
文件大小 611 KB
安装次数 54
当前版本 0.6
更新时间 2017-05-29
上架时间 2017-05-29
评分 5.00/5 共3次评分
开发者 L Learning
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Conjug8",
    "description": "Generate Spanish verbs conjugation tests",
    "version": "0.6",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "*"
    ],
    "browser_action": {
        "default_icon": "conjug8_48.png"
    },
    "icons": {
        "16": "conjug8_16.png",
        "30": "conjug8_30.png",
        "48": "conjug8_48.png"
    },
    "manifest_version": 2,
    "author": "Turbatu Dumitru Titus [email protected]"
}