YouGlish Lookup

Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.

YouGlish Lookupคืออะไร?

YouGlish Lookup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tu Tran และคุณลักษณะหลักของมันคือ "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text."

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

screenshot
screenshot
screenshot

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

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

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

                        A super simple and lightweight Chrome extension that helps you immediately use YouGlish without visiting the site, by selecting it from the context menu, or clicking on the extension icon to show the YouGlish lookup popup.                    

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

ชื่อ YouGlish Lookup YouGlish Lookup
ID nldfafdiaihciaclfkiljachinoblbko
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko
คำอธิบาย Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
ขนาดไฟล์ 18.09 KB
จำนวนการติดตั้ง 942
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2021-03-09
วันที่เผยแพร่ 2021-03-09
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Tu Tran
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouGlish Lookup",
    "description": "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.",
    "version": "0.0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "\/img\/16x16.png",
            "48": "\/img\/48x48.png",
            "128": "\/img\/128x128.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "16": "\/img\/16x16.png",
        "48": "\/img\/48x48.png",
        "128": "\/img\/128x128.png"
    }
}