2col-Coursera
Chrome extension to make Coursera's Video two columns.
Was ist 2col-Coursera?
2col-Coursera ist eine Chrome-Erweiterung, die von mash entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to make Coursera's Video two columns.".
Erweiterungsscreenshots
2col-Coursera-Erweiterungs-CRX-Datei herunterladen
Laden Sie 2col-Coursera-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
Offizielle URL | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
Beschreibung | Chrome extension to make Coursera's Video two columns. |
Dateigröße | 997 KB |
Installationsanzahl | 22 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-10-26 |
Veröffentlichungsdatum | 2021-09-12 |
Entwickler | mash |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mash811/2col-Coursera |
Hilfeseite URL | https://github.com/mash811/2col-Coursera |
Unterstützte Sprachen | 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" ] } ] } |