2col-Coursera
Chrome extension to make Coursera's Video two columns.
什么是2col-Coursera?
2col-Coursera是由mash开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to make Coursera's Video two columns.”。
扩展截图
下载2col-Coursera扩展crx文件
下载2col-Coursera扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a Chrome extension that displays videos and scripts in two columns on the Coursera lecture video page. You can watch the script and listen to the lecture at the same time. If you use Google Translate, you will be able to watch the translated script while listening to the lecture in English.
扩展基本信息
名称 | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
官方URL | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
简介 | Chrome extension to make Coursera's Video two columns. |
文件大小 | 997 KB |
安装次数 | 22 |
当前版本 | 1.0.2 |
更新时间 | 2021-10-26 |
上架时间 | 2021-09-12 |
开发者 | mash |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/mash811/2col-Coursera |
帮助页面URL | https://github.com/mash811/2col-Coursera |
支持的语言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_Name__", "author": "mash", "description": "__MSG_Description__", "version": "1.0.2", "manifest_version": 2, "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_title": "2col-Coursera" }, "web_accessible_resources": [ "*" ], "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.coursera.org\/learn\/*" ], "css": [ "css\/style.css" ] } ] } |