Linguistic Spanish

Context-based learning software teaching Spanish through word-replacement

ما هو Linguistic Spanish؟

Linguistic Spanish هو إضافة Chrome تم تطويرها بواسطة enterlingua، والميزة الرئيسية لها هي "Context-based learning software teaching Spanish through word-replacement".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Linguistic Spanish

قم بتنزيل ملفات الامتداد Linguistic Spanish بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
        }
    ]
}