gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

gimana2 - An In-Browser Transcriber क्या है?

gimana2 - An In-Browser Transcriber krishna.rowter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension transcribes audio to text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में gimana2 - An In-Browser Transcriber एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": []
}