Conjug8
Generate Spanish verbs conjugation tests
Cos'è Conjug8?
Conjug8 è un'estensione di Chrome sviluppata da L Learning, e la sua funzione principale è "Generate Spanish verbs conjugation tests".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Conjug8
Scarica i file di estensione Conjug8 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | mopabgnapdlpkmopdhbmgdljeoniomco |
URL Ufficiale | https://chrome.google.com/webstore/detail/conjug8/mopabgnapdlpkmopdhbmgdljeoniomco |
Descrizione | Generate Spanish verbs conjugation tests |
Dimensione del File | 611 KB |
Conteggio Installazioni | 54 |
Versione Corrente | 0.6 |
Ultimo Aggiornamento | 2017-05-29 |
Data di Pubblicazione | 2017-05-29 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | L Learning |
Tipo di Pagamento | free |
Lingue Supportate | 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]" } |