Conjug8
Generate Spanish verbs conjugation tests
Qu'est-ce que Conjug8 ?
Conjug8 est une extension Chrome développée par L Learning, et sa fonction principale est "Generate Spanish verbs conjugation tests".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Conjug8
Téléchargez les fichiers d'extension Conjug8 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | mopabgnapdlpkmopdhbmgdljeoniomco |
URL Officiel | https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco |
Description | Generate Spanish verbs conjugation tests |
Taille du Fichier | 611 KB |
Nombre d'Installations | 54 |
Version Actuelle | 0.6 |
Dernière Mise à Jour | 2017-05-29 |
Date de Publication | 2017-05-29 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | L Learning |
Type de Paiement | free |
Langues Prises en Charge | 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]" } |