Linguistic Spanish
Context-based learning software teaching Spanish through word-replacement
Cos'è Linguistic Spanish?
Linguistic Spanish è un'estensione di Chrome sviluppata da enterlingua, e la sua funzione principale è "Context-based learning software teaching Spanish through word-replacement".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Linguistic Spanish
Scarica i file di estensione Linguistic Spanish 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
Linguistic Spanish teaches roughly 150 extremely common Spanish words by replacing said words in the context of the webpages your reading! No longer will you have to take exercises and memorize vocab lists to learn a language. Just download for free, and begin surfing the web!
Informazioni di Base sull'Estensione
Nome | |
ID | ainadofmmoobpplaiaoombonlkolgopc |
URL Ufficiale | https://chrome.google.com/webstore/detail/linguistic-spanish/ainadofmmoobpplaiaoombonlkolgopc |
Descrizione | Context-based learning software teaching Spanish through word-replacement |
Dimensione del File | 768 KB |
Conteggio Installazioni | 260 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2016-01-25 |
Data di Pubblicazione | 2016-01-25 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | enterlingua |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linguistic Spanish", "description": "Context-based learning software teaching Spanish through word-replacement", "version": "0.1", "icons": { "19": "icon.png", "48": "logo45.png", "128": "logo120.png" }, "homepage_url": "http:\/\/interlingualtd.com", "browser_action": { "default_icon": "icon.png", "default_title": "http:\/\/interlingualtd.com", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" } ] } |