gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

What is gimana2 - An In-Browser Transcriber?

gimana2 - An In-Browser Transcriber is a Chrome extension developed by krishna.rowter, and its main feature is "This extension transcribes audio to text".

Extension Screenshots

screenshot

Download gimana2 - An In-Browser Transcriber Extension CRX File

Download gimana2 - An In-Browser Transcriber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name gimana2 - An In-Browser Transcriber gimana2 - An In-Browser Transcriber
ID jjimapgkdlppcjghhfpciikmabkbclpi
Official URL https://chromewebstore.google.com/detail/gimana2-an-in-browser-tra/jjimapgkdlppcjghhfpciikmabkbclpi
Description This extension transcribes audio to text
File Size 1.56 MB
Installation Count 14
Current Version 1.1
Last Updated 2022-01-31
Publish Date 2021-11-19
Rating 5.00/5 Total 1 Ratings
Developer krishna.rowter
Email [email protected]
Payment Type free
Supported Languages 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": []
}