Conjug8

Generate Spanish verbs conjugation tests

Conjug8 là gì?

Conjug8 là một tiện ích mở rộng Chrome được phát triển bởi L Learning, và tính năng chính của nó là "Generate Spanish verbs conjugation tests".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Conjug8

Tải xuống các tệp mở rộng Conjug8 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Conjug8 Conjug8
ID mopabgnapdlpkmopdhbmgdljeoniomco
URL Chính Thức https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco
Mô tả Generate Spanish verbs conjugation tests
Kích Thước Tệp 611 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 0.6
Cập Nhật Lần Cuối 2017-05-29
Ngày Phát Hành 2017-05-29
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển L Learning
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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]"
}