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”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Linguistic Spanish Linguistic Spanish
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"
        }
    ]
}