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ファイルをダウンロード

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
Eメール [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": []
}