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
公式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
Eメール [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"
            ]
        }
    ]
}