gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

gimana2 - An In-Browser Transcriberคืออะไร?

gimana2 - An In-Browser Transcriber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย krishna.rowter และคุณลักษณะหลักของมันคือ "This extension transcribes audio to text"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gimana2 - An In-Browser Transcriber

ดาวน์โหลดไฟล์ส่วนขยาย gimana2 - An In-Browser Transcriber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ gimana2 - An In-Browser Transcriber gimana2 - An In-Browser Transcriber
ID jjimapgkdlppcjghhfpciikmabkbclpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gimana2-an-in-browser-tra/jjimapgkdlppcjghhfpciikmabkbclpi
คำอธิบาย This extension transcribes audio to text
ขนาดไฟล์ 1.56 MB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-01-31
วันที่เผยแพร่ 2021-11-19
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา krishna.rowter
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": []
}