Coursera Video Captions

Courseraの動画の字幕を見やすく表示できます

Coursera Video Captionsคืออะไร?

Coursera Video Captions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dorasu.com และคุณลักษณะหลักของมันคือ "Courseraの動画の字幕を見やすく表示できます"

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

screenshot

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

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

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

                        Courseraの動画の字幕を動画の外に表示することで、動画が字幕で隠れて見にくくなることを回避できます。                    

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

ชื่อ Coursera Video Captions Coursera Video Captions
ID caklnpbfllfacfiogmmdcnaoaofpdhaa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coursera-video-captions/caklnpbfllfacfiogmmdcnaoaofpdhaa
คำอธิบาย Courseraの動画の字幕を見やすく表示できます
ขนาดไฟล์ 6.88 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2020-10-01
วันที่เผยแพร่ 2020-09-30
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://dorasu.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dorasu.com/
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "coursera_caption.css"
            ],
            "js": [
                "coursera_caption.js"
            ],
            "matches": [
                "https:\/\/www.coursera.org\/*"
            ]
        }
    ],
    "description": "Coursera\u306e\u52d5\u753b\u306e\u5b57\u5e55\u3092\u898b\u3084\u3059\u304f\u8868\u793a\u3067\u304d\u307e\u3059",
    "icons": {
        "128": "icon8-6.png"
    },
    "name": "Coursera Video Captions",
    "version": "0.1.0",
    "manifest_version": 2
}