Linguistic Spanish
Context-based learning software teaching Spanish through word-replacement
Qu'est-ce que Linguistic Spanish ?
Linguistic Spanish est une extension Chrome développée par enterlingua, et sa fonction principale est "Context-based learning software teaching Spanish through word-replacement".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Linguistic Spanish
Téléchargez les fichiers d'extension Linguistic Spanish 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
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!
Informations de Base sur l'Extension
Nom | |
ID | ainadofmmoobpplaiaoombonlkolgopc |
URL Officiel | https://chrome.google.com/webstore/detail/linguistic-spanish/ainadofmmoobpplaiaoombonlkolgopc |
Description | Context-based learning software teaching Spanish through word-replacement |
Taille du Fichier | 768 KB |
Nombre d'Installations | 260 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2016-01-25 |
Date de Publication | 2016-01-25 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | enterlingua |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |