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
扩展基本信息
名称 | 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" ] } ] } |