Spanish Vocab

Learn spanish vocabulary while you are surfing the web!

Spanish Vocabคืออะไร?

Spanish Vocab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Caffelabs, LLC และคุณลักษณะหลักของมันคือ "Learn spanish vocabulary while you are surfing the web!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spanish Vocab

ดาวน์โหลดไฟล์ส่วนขยาย Spanish Vocab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Spanish Vocab let's you learn new spanish words while you are surfing the web! At an interval of your choosing, our extension will show you a spanish vocab card including the spanish word and it's english translation on any website you are on!

This is a great passive way to learn new words while you are going about your day on the internet! You can customize your settings to show you a new word every minute, 5 minutes, 15 minutes, 30 minutes, 1 hour, 6 hours, etc.

Spanish Vocab currently has over 1,500 unique spanish words to learn and we are adding more every day!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spanish Vocab Spanish Vocab
ID hhkafeocbjjkbocepgkmeoaicoipabgj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/spanish-vocab/hhkafeocbjjkbocepgkmeoaicoipabgj
คำอธิบาย Learn spanish vocabulary while you are surfing the web!
ขนาดไฟล์ 28.36 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2020-06-19
วันที่เผยแพร่ 2020-06-19
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Caffelabs, LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spanish Vocab",
    "version": "0.2",
    "description": "Learn spanish vocabulary while you are surfing the web!",
    "icons": {
        "16": "images\/spainflag16.png",
        "32": "images\/spainflag32.png",
        "48": "images\/spainflag48.png",
        "128": "images\/spainflag128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_icon": {
            "16": "images\/spainflag16.png",
            "32": "images\/spainflag32.png",
            "48": "images\/spainflag48.png",
            "128": "images\/spainflag128.png"
        }
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "display.js"
            ]
        }
    ],
    "manifest_version": 2
}