2col-Coursera
Chrome extension to make Coursera's Video two columns.
Co to jest 2col-Coursera?
2col-Coursera to rozszerzenie Chrome opracowane przez mash, a jego główną funkcją jest „Chrome extension to make Coursera's Video two columns.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 2col-Coursera
Pobierz pliki rozszerzeń 2col-Coursera w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | 2col-Coursera |
ID | omlgnhnfjehahfhpihkdkijbgmaidkcp |
Oficjalny URL | https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp |
Opis | Chrome extension to make Coursera's Video two columns. |
Rozmiar pliku | 997 KB |
Liczba instalacji | 22 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-10-26 |
Data Publikacji | 2021-09-12 |
Deweloper | mash |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/mash811/2col-Coursera |
Adres URL Strony Pomocy | https://github.com/mash811/2col-Coursera |
Obsługiwane Języki | 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" ] } ] } |