Conjug8

Generate Spanish verbs conjugation tests

What is Conjug8?

Conjug8 is a Chrome extension developed by L Learning, and its main feature is "Generate Spanish verbs conjugation tests".

Extension Screenshots

screenshot

Download Conjug8 Extension CRX File

Download Conjug8 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Conjug8 Conjug8
ID mopabgnapdlpkmopdhbmgdljeoniomco
Official URL https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco
Description Generate Spanish verbs conjugation tests
File Size 611 KB
Installation Count 54
Current Version 0.6
Last Updated 2017-05-29
Publish Date 2017-05-29
Rating 5.00/5 Total 3 Ratings
Developer L Learning
Payment Type free
Supported Languages 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]"
}