Linguistic Spanish

Context-based learning software teaching Spanish through word-replacement

Wat is Linguistic Spanish?

Linguistic Spanish is een Chrome-extensie ontwikkeld door enterlingua, en de belangrijkste functie is "Context-based learning software teaching Spanish through word-replacement".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Linguistic Spanish

Download Linguistic Spanish-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Linguistic Spanish Linguistic Spanish
ID ainadofmmoobpplaiaoombonlkolgopc
Officiële URL https://chrome.google.com/webstore/detail/linguistic-spanish/ainadofmmoobpplaiaoombonlkolgopc
Beschrijving Context-based learning software teaching Spanish through word-replacement
Bestandsgrootte 768 KB
Aantal Installaties 260
Huidige Versie 0.1
Laatst Bijgewerkt 2016-01-25
Publicatiedatum 2016-01-25
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar enterlingua
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}