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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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"
        }
    ]
}