2col-Coursera

Chrome extension to make Coursera's Video two columns.

Что такое 2col-Coursera?

2col-Coursera - это расширение Chrome, разработанное mash, и его основная функция - "Chrome extension to make Coursera's Video two columns.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения 2col-Coursera

Скачайте файлы расширений 2col-Coursera в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название 2col-Coursera 2col-Coursera
ID omlgnhnfjehahfhpihkdkijbgmaidkcp
Официальный URL https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp
Описание Chrome extension to make Coursera's Video two columns.
Размер файла 997 KB
Количество установок 22
Текущая Версия 1.0.2
Последнее Обновление 2021-10-26
Дата публикации 2021-09-12
Разработчик mash
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/mash811/2col-Coursera
URL страницы помощи https://github.com/mash811/2col-Coursera
Поддерживаемые языки 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"
            ]
        }
    ]
}