Conjug8
Generate Spanish verbs conjugation tests
Wat is Conjug8?
Conjug8 is een Chrome-extensie ontwikkeld door L Learning, en de belangrijkste functie is "Generate Spanish verbs conjugation tests".
Extensie Screenshots
Download het CRX-bestand van de extensie Conjug8
Download Conjug8-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | mopabgnapdlpkmopdhbmgdljeoniomco |
Officiële URL | https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco |
Beschrijving | Generate Spanish verbs conjugation tests |
Bestandsgrootte | 611 KB |
Aantal Installaties | 54 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2017-05-29 |
Publicatiedatum | 2017-05-29 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | L Learning |
Betalingswijze | free |
Ondersteunde Talen | 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]" } |