Coursera Video Captions

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

What is Coursera Video Captions?

Coursera Video Captions is a Chrome extension developed by https://dorasu.com, and its main feature is "Courseraの動画の字幕を見やすく表示できます".

Extension Screenshots

screenshot

Download Coursera Video Captions Extension CRX File

Download Coursera Video Captions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Coursera Video Captions Coursera Video Captions
ID caklnpbfllfacfiogmmdcnaoaofpdhaa
Official URL https://chromewebstore.google.com/detail/coursera-video-captions/caklnpbfllfacfiogmmdcnaoaofpdhaa
Description Courseraの動画の字幕を見やすく表示できます
File Size 6.88 KB
Installation Count 74
Current Version 0.1.0
Last Updated 2020-10-01
Publish Date 2020-09-30
Rating 5.00/5 Total 3 Ratings
Developer https://dorasu.com
Email [email protected]
Payment Type free
Extension Website https://www.dorasu.com/
Supported Languages 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
}