gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

Qu'est-ce que gimana2 - An In-Browser Transcriber ?

gimana2 - An In-Browser Transcriber est une extension Chrome développée par krishna.rowter, et sa fonction principale est "This extension transcribes audio to text".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension gimana2 - An In-Browser Transcriber

Téléchargez les fichiers d'extension gimana2 - An In-Browser Transcriber au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom gimana2 - An In-Browser Transcriber gimana2 - An In-Browser Transcriber
ID jjimapgkdlppcjghhfpciikmabkbclpi
URL Officiel https://chromewebstore.google.com/detail/gimana2-an-in-browser-tra/jjimapgkdlppcjghhfpciikmabkbclpi
Description This extension transcribes audio to text
Taille du Fichier 1.56 MB
Nombre d'Installations 14
Version Actuelle 1.1
Dernière Mise à Jour 2022-01-31
Date de Publication 2021-11-19
Évaluation 5.00/5 Total 1 Évaluations
Développeur krishna.rowter
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}