Linguistic Spanish
Context-based learning software teaching Spanish through word-replacement
Linguistic Spanishとは何ですか?
Linguistic Spanishはenterlinguaによって開発されたChromeの拡張機能で、その主な機能は「Context-based learning software teaching Spanish through word-replacement」です。
拡張機能のスクリーンショット
Linguistic Spanish拡張機能のCRXファイルをダウンロード
Linguistic Spanish拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
ID | ainadofmmoobpplaiaoombonlkolgopc |
公式URL | https://chrome.google.com/webstore/detail/linguistic-spanish/ainadofmmoobpplaiaoombonlkolgopc |
説明 | Context-based learning software teaching Spanish through word-replacement |
ファイルサイズ | 768 KB |
インストール数 | 260 |
現在のバージョン | 0.1 |
最終更新日 | 2016-01-25 |
公開日 | 2016-01-25 |
評価 | 2.50/5 合計 2 レビュー |
開発者 | enterlingua |
支払い方法 | free |
対応言語 | 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" } ] } |