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 |
官方網址 | 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" } ] } |