Linguistic Spanish

Context-based learning software teaching Spanish through word-replacement

What is Linguistic Spanish?

Linguistic Spanish is a Chrome extension developed by enterlingua, and its main feature is "Context-based learning software teaching Spanish through word-replacement".

Extension Screenshots

screenshot

Download Linguistic Spanish Extension CRX File

Download Linguistic Spanish extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Linguistic Spanish Linguistic Spanish
ID ainadofmmoobpplaiaoombonlkolgopc
Official URL https://chrome.google.com/webstore/detail/linguistic-spanish/ainadofmmoobpplaiaoombonlkolgopc
Description Context-based learning software teaching Spanish through word-replacement
File Size 768 KB
Installation Count 260
Current Version 0.1
Last Updated 2016-01-25
Publish Date 2016-01-25
Rating 2.50/5 Total 2 Ratings
Developer enterlingua
Payment Type free
Supported Languages 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"
        }
    ]
}