2col-Coursera

Chrome extension to make Coursera's Video two columns.

什麼是2col-Coursera?

2col-Coursera是由mash開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to make Coursera's Video two columns.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載2col-Coursera擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}