Better coursera subtitle
Make Coursera's subtitles more readable
什麼是Better coursera subtitle?
Better coursera subtitle是由y-shi開發的Chrome擴展程式,該擴展的主要功能是“Make Coursera's subtitles more readable”。
擴展截圖
下載Better coursera subtitle擴展crx文件
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | kdelmehlimamoooiopndgiljbooninlf | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |