Letra

Passively learn a new language every time you open a new tab.

Letraคืออะไร?

Letra เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jaye Hernandez และคุณลักษณะหลักของมันคือ "Passively learn a new language every time you open a new tab."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple and effective supplementary tool for language learning!

Features:
✨ New word everyday
✨ Listen to the word in the chosen language
✨ New inspirational quote about learning
✨ Dark Interface
✨ Available in 24 languages                    

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

ชื่อ Letra Letra
ID cjodkkjokggcaeacdhjliobekbnnmoio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/letra/cjodkkjokggcaeacdhjliobekbnnmoio
คำอธิบาย Passively learn a new language every time you open a new tab.
ขนาดไฟล์ 158 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.0.15
อัปเดตครั้งล่าสุด 2022-10-22
วันที่เผยแพร่ 2020-06-15
คะแนน 4.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Jaye Hernandez
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://letra.vercel.app/
URL หน้าช่วยเหลือ https://letra.vercel.app/#contact
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letra",
    "description": "Passively learn a new language every time you open a new tab.",
    "version": "1.0.15",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/texttospeech.responsivevoice.org\/",
        "https:\/\/letra-extension.vercel.app\/"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "Letra"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}