Word of the Tab

A chrome new tab extension that displays a random Spanish word and its translation

Word of the Tabคืออะไร?

Word of the Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mikey Inc และคุณลักษณะหลักของมันคือ "A chrome new tab extension that displays a random Spanish word and its translation"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word of the Tab

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

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

                        This new tab extension is perfect for passively learning new Spanish vocabulary words! Every time you open a new tab, a new word will be displayed in English and in Spanish! 

More languages are in development as well, if you'd like to suggest a language to be added, send me an email.                    

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

ชื่อ Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
คำอธิบาย A chrome new tab extension that displays a random Spanish word and its translation
ขนาดไฟล์ 2.8 MB
จำนวนการติดตั้ง 76
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-06-17
วันที่เผยแพร่ 2017-06-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Mikey Inc
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word of the Tab",
    "description": "A chrome new tab extension that displays a random Spanish word and its translation",
    "version": "1.0.0",
    "chrome_url_overrides": {
        "newtab": "spanTab.html"
    },
    "options_ui": {
        "page": "optionsPage.html",
        "chrome_style": true
    },
    "icons": {
        "128": "images\/ext-icon.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}