2col-Coursera
Chrome extension to make Coursera's Video two columns.
Co je 2col-Coursera?
2col-Coursera je rozšíření Chrome vyvinuté mash, a jeho hlavní funkcí je „Chrome extension to make Coursera's Video two columns.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 2col-Coursera
Stáhněte si soubory rozšíření 2col-Coursera ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
Oficiální URL | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
Popis | Chrome extension to make Coursera's Video two columns. |
Velikost souboru | 997 KB |
Počet instalací | 22 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2021-10-26 |
Datum Vydání | 2021-09-12 |
Vývojář | mash |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/mash811/2col-Coursera |
URL Stránky Nápovědy | https://github.com/mash811/2col-Coursera |
Podporované Jazyky | 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" ] } ] } |