2col-Coursera

Chrome extension to make Coursera's Video two columns.

2col-Coursera là gì?

2col-Coursera là một tiện ích mở rộng Chrome được phát triển bởi mash, và tính năng chính của nó là "Chrome extension to make Coursera's Video two columns.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng 2col-Coursera

Tải xuống các tệp mở rộng 2col-Coursera dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 2col-Coursera 2col-Coursera
ID omlgnhnfjehahfhpihkdkijbgmaidkcp
URL Chính Thức https://chromewebstore.google.com/detail/2col-coursera/omlgnhnfjehahfhpihkdkijbgmaidkcp
Mô tả Chrome extension to make Coursera's Video two columns.
Kích Thước Tệp 997 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-10-26
Ngày Phát Hành 2021-09-12
Nhà Phát Triển mash
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/mash811/2col-Coursera
URL Trang Trợ Giúp https://github.com/mash811/2col-Coursera
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}