gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

gimana2 - An In-Browser Transcriber là gì?

gimana2 - An In-Browser Transcriber là một tiện ích mở rộng Chrome được phát triển bởi krishna.rowter, và tính năng chính của nó là "This extension transcribes audio to text".

Ả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 gimana2 - An In-Browser Transcriber

Tải xuống các tệp mở rộng gimana2 - An In-Browser Transcriber 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

                        Ever want to watch a Youtube video but it doesn't have automatic CC enabled? No worries, with gimana2 you can still understand the content throught automatic speech-to-text transcription, right on top of the web page you're currently viewing.                    

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

Tên gimana2 - An In-Browser Transcriber gimana2 - An In-Browser Transcriber
ID jjimapgkdlppcjghhfpciikmabkbclpi
URL Chính Thức https://chromewebstore.google.com/detail/gimana2-an-in-browser-tra/jjimapgkdlppcjghhfpciikmabkbclpi
Mô tả This extension transcribes audio to text
Kích Thước Tệp 1.56 MB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-01-31
Ngày Phát Hành 2021-11-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển krishna.rowter
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gimana2 -  An In-Browser Transcriber",
    "description": "This extension transcribes audio to  text",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "gimana2"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/eventHandlers.js",
                "scripts\/transcription.js"
            ],
            "css": [
                "styles\/transcription.css"
            ]
        }
    ],
    "icons": {
        "16": "assets\/gimana2-icon.png",
        "48": "assets\/gimana2-icon.png",
        "128": "assets\/gimana2-icon.png"
    },
    "permissions": []
}