gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

Wat is gimana2 - An In-Browser Transcriber?

gimana2 - An In-Browser Transcriber is een Chrome-extensie ontwikkeld door krishna.rowter, en de belangrijkste functie is "This extension transcribes audio to text".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie gimana2 - An In-Browser Transcriber

Download gimana2 - An In-Browser Transcriber-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam gimana2 - An In-Browser Transcriber gimana2 - An In-Browser Transcriber
ID jjimapgkdlppcjghhfpciikmabkbclpi
Officiële URL https://chromewebstore.google.com/detail/gimana2-an-in-browser-tra/jjimapgkdlppcjghhfpciikmabkbclpi
Beschrijving This extension transcribes audio to text
Bestandsgrootte 1.56 MB
Aantal Installaties 14
Huidige Versie 1.1
Laatst Bijgewerkt 2022-01-31
Publicatiedatum 2021-11-19
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar krishna.rowter
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}