gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

gimana2 - An In-Browser Transcriber란 무엇입니까?

gimana2 - An In-Browser Transcriber은(는) krishna.rowter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension transcribes audio to text"입니다.

확장 프로그램 스크린샷

screenshot

gimana2 - An In-Browser Transcriber 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": []
}