Coursera Dual Subtitles - Subtitle Translator

Subtitle translator for Coursera. Displays bilingual subtitles.

Coursera Dual Subtitles - Subtitle Translator là gì?

Coursera Dual Subtitles - Subtitle Translator là một tiện ích mở rộng Chrome được phát triển bởi CDS, và tính năng chính của nó là "Subtitle translator for Coursera. Displays bilingual subtitles.".

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

screenshot
screenshot
screenshot

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

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

                        Coursera Dual Subtitles is a Coursera subtitle translator. It extends the original Coursera Subtitle into bilingual subtitles.

Coursera Dual Subtitles can translate the Coursera official subtitle into almost all wildly used languages.

Once you select a specific language and turn on the switch, it translates the official caption and displays the translated caption blow with the official one.

Coursera Dual Subtitles remembers your settings locally. Hence the bilingual subtitles show up every time when you open a new lecture video, needless to set up repeatly.

The subtitles is resizable and draggable. You can adjust the size and position of the subtitles as your wish.

Features:
✅ Display bilingual subtitles
✅ Translate subtitle into selected one
✅ Resizable and Draggable
✅ Support full screen
✅ No need to set up every time

Supported languages include:
Almost all widely used languages are supported.
(List languages here is forbidden by Chrome Web Store to avoid keyword abuse.)

Tips:
🔹 Left-click on the extension icon to select subtitle languages and to set switch on-off.
🔹 Subtitle is resizable and draggable.

😜 Please feel free to contact us if you have any question or suggestion on this extension.
📧 Email: [email protected]                    

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

Tên Coursera Dual Subtitles - Subtitle Translator Coursera Dual Subtitles - Subtitle Translator
ID befjgmpngphkgdegoanbepjhaffecjje
URL Chính Thức https://chromewebstore.google.com/detail/coursera-dual-subtitles-s/befjgmpngphkgdegoanbepjhaffecjje
Mô tả Subtitle translator for Coursera. Displays bilingual subtitles.
Kích Thước Tệp 436 KB
Số Lần Cài Đặt 5,165
Phiên Bản Hiện Tại 1.7.0
Cập Nhật Lần Cuối 2023-05-07
Ngày Phát Hành 2021-11-09
Đánh Giá 2.95/5 Tổng số 19 Đánh Giá
Nhà Phát Triển CDS
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://courseradualsubtitles.digitalworldturbo.com
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,vi,da,et,es,it,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,bg,ru,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_fulltitle__",
    "description": "__MSG_ext_description__",
    "manifest_version": 3,
    "version": "1.7.0",
    "permissions": [
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon16.png",
            "32": "assets\/icon32.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.coursera.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        "https:\/\/*.digitalworldturbo.com\/"
    ]
}