Captioner

Get subtitles/captions for any video/audio being played.

Captioner là gì?

Captioner là một tiện ích mở rộng Chrome được phát triển bởi patil.gajananps, và tính năng chính của nó là "Get subtitles/captions for any video/audio being played.".

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

screenshot
screenshot

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

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

                        Displays subtitles for system/app/tab's audio on active tab. Uses Deepgram's transcription service.

For more information :-
https://github.com/gajananpp/captioner                    

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

Tên Captioner Captioner
ID gjcdikfmiodlggkpnllcjbffjfbhfnnn
URL Chính Thức https://chromewebstore.google.com/detail/captioner/gjcdikfmiodlggkpnllcjbffjfbhfnnn
Mô tả Get subtitles/captions for any video/audio being played.
Kích Thước Tệp 231 KB
Số Lần Cài Đặt 193
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-04-05
Ngày Phát Hành 2022-04-05
Nhà Phát Triển patil.gajananps
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gajananpp/captioner
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Captioner",
    "version": "0.0.1",
    "description": "Get subtitles\/captions for any video\/audio being played.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "action.html"
    },
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png",
        "256": "logo.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}