Better coursera subtitle

Make Coursera's subtitles more readable

Better coursera subtitleคืออะไร?

Better coursera subtitle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย y-shi และคุณลักษณะหลักของมันคือ "Make Coursera's subtitles more readable"

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

screenshot
screenshot

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

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

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

                        ・We recommend turning off the original subtitles for a better experience
・You can switch the language of the subtitles by switching the language of the Transcript
・Please refresh the page if it is not displayed properly                    

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

ชื่อ Better coursera subtitle Better coursera subtitle
ID kdelmehlimamoooiopndgiljbooninlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/better-coursera-subtitle/kdelmehlimamoooiopndgiljbooninlf
คำอธิบาย Make Coursera's subtitles more readable
ขนาดไฟล์ 13.18 KB
จำนวนการติดตั้ง 66
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-06-15
วันที่เผยแพร่ 2022-06-15
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา y-shi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "ja",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coursera.org\/*\/lecture\/*"
            ],
            "js": [
                "js\/coursera-subtitle.js"
            ]
        }
    ]
}