2col-Coursera
Chrome extension to make Coursera's Video two columns.
What is 2col-Coursera?
2col-Coursera is a Chrome extension developed by mash, and its main feature is "Chrome extension to make Coursera's Video two columns.".
Extension Screenshots
Download 2col-Coursera Extension CRX File
Download 2col-Coursera 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
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.
Extension Basic Information
Name | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
Official URL | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
Description | Chrome extension to make Coursera's Video two columns. |
File Size | 997 KB |
Installation Count | 22 |
Current Version | 1.0.2 |
Last Updated | 2021-10-26 |
Publish Date | 2021-09-12 |
Developer | mash |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mash811/2col-Coursera |
Help Page URL | https://github.com/mash811/2col-Coursera |
Supported Languages | 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" ] } ] } |