Linguistic Spanish
Context-based learning software teaching Spanish through word-replacement
Was ist Linguistic Spanish?
Linguistic Spanish ist eine Chrome-Erweiterung, die von enterlingua entwickelt wurde, und ihr Hauptmerkmal ist "Context-based learning software teaching Spanish through word-replacement".
Erweiterungsscreenshots
Linguistic Spanish-Erweiterungs-CRX-Datei herunterladen
Laden Sie Linguistic Spanish-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ainadofmmoobpplaiaoombonlkolgopc |
Offizielle URL | https://chrome.google.com/webstore/detail/linguistic-spanish/ainadofmmoobpplaiaoombonlkolgopc |
Beschreibung | Context-based learning software teaching Spanish through word-replacement |
Dateigröße | 768 KB |
Installationsanzahl | 260 |
Aktuelle Version | 0.1 |
Letztes Update | 2016-01-25 |
Veröffentlichungsdatum | 2016-01-25 |
Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
Entwickler | enterlingua |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |