Coursera Multiple Subtitles
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
什么是Coursera Multiple Subtitles?
Coursera Multiple Subtitles是由tomoya.kaw开发的Chrome扩展程序,该扩展的主要功能是“show multiple subtitles at the same time while watching Coursera https://www.coursera.org”。
扩展截图
下载Coursera Multiple Subtitles扩展crx文件
下载Coursera Multiple Subtitles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
show multiple subtitles at the same time while watching Coursera https://www.coursera.org
扩展基本信息
名称 | Coursera Multiple Subtitles |
ID | docpeacmdmpmhhnaignlcbmkkfdofmgi |
官方URL | https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi |
简介 | show multiple subtitles at the same time while watching Coursera https://www.coursera.org |
文件大小 | 15.97 KB |
安装次数 | 107 |
当前版本 | 0.0.2 |
更新时间 | 2021-05-12 |
上架时间 | 2021-05-08 |
评分 | 2.33/5 共3次评分 |
开发者 | tomoya.kaw |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coursera Multiple Subtitles", "manifest_version": 2, "version": "0.0.2", "browser_action": { "default_title": "Coursera Multiple Subtitles", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "https:\/\/www.coursera.org\/*" ] } ] } |