2col-Coursera
Chrome extension to make Coursera's Video two columns.
Wat is 2col-Coursera?
2col-Coursera is een Chrome-extensie ontwikkeld door mash, en de belangrijkste functie is "Chrome extension to make Coursera's Video two columns.".
Extensie Screenshots
Download het CRX-bestand van de extensie 2col-Coursera
Download 2col-Coursera-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
Officiële URL | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
Beschrijving | Chrome extension to make Coursera's Video two columns. |
Bestandsgrootte | 997 KB |
Aantal Installaties | 22 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-10-26 |
Publicatiedatum | 2021-09-12 |
Ontwikkelaar | mash |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mash811/2col-Coursera |
Help Pagina-URL | https://github.com/mash811/2col-Coursera |
Ondersteunde Talen | 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" ] } ] } |