gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

Co je gimana2 - An In-Browser Transcriber?

gimana2 - An In-Browser Transcriber je rozšíření Chrome vyvinuté krishna.rowter, a jeho hlavní funkcí je „This extension transcribes audio to text“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření gimana2 - An In-Browser Transcriber

Stáhněte si soubory rozšíření gimana2 - An In-Browser Transcriber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název gimana2 - An In-Browser Transcriber gimana2 - An In-Browser Transcriber
ID jjimapgkdlppcjghhfpciikmabkbclpi
Oficiální URL https://chromewebstore.google.com/detail/gimana2-an-in-browser-tra/jjimapgkdlppcjghhfpciikmabkbclpi
Popis This extension transcribes audio to text
Velikost souboru 1.56 MB
Počet instalací 14
Aktuální Verze 1.1
Poslední Aktualizace 2022-01-31
Datum Vydání 2021-11-19
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář krishna.rowter
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}