Coursera Multiple Subtitles

show multiple subtitles at the same time while watching Coursera https://www.coursera.org

Coursera Multiple Subtitles là gì?

Coursera Multiple Subtitles là một tiện ích mở rộng Chrome được phát triển bởi tomoya.kaw, và tính năng chính của nó là "show multiple subtitles at the same time while watching Coursera https://www.coursera.org".

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

screenshot

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

Tải xuống các tệp mở rộng Coursera Multiple Subtitles 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

                        show multiple subtitles at the same time while watching Coursera https://www.coursera.org                    

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

Tên Coursera Multiple Subtitles Coursera Multiple Subtitles
ID docpeacmdmpmhhnaignlcbmkkfdofmgi
URL Chính Thức https://chromewebstore.google.com/detail/coursera-multiple-subtitl/docpeacmdmpmhhnaignlcbmkkfdofmgi
Mô tả show multiple subtitles at the same time while watching Coursera https://www.coursera.org
Kích Thước Tệp 15.97 KB
Số Lần Cài Đặt 107
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-05-12
Ngày Phát Hành 2021-05-08
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển tomoya.kaw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coursera Multiple Subtitles",
    "manifest_version": 2,
    "version": "0.0.2",
    "browser_action": {
        "default_title": "Coursera Multiple Subtitles",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "https:\/\/www.coursera.org\/*"
            ]
        }
    ]
}