Speech-to-text-Ex

Extension that transcribe youtube video in real time

Speech-to-text-Ex क्या है?

Speech-to-text-Ex rivkib211 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that transcribe youtube video in real time"।

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

screenshot

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

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

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

                        this extension help you understand the youtube videos that have'nt subtitles for Hebrew or all another language.
All you have to do is click and the corresponding transcription for the current second will appear according to the video tempo in Hebrew                    

एक्सटेंशन की मूल जानकारी

नाम Speech-to-text-Ex Speech-to-text-Ex
ID acjjhceolpdlgfjbgfipocjibefdgpdl
आधिकारिक URL https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl
विवरण Extension that transcribe youtube video in real time
फ़ाइल का आकार 1.24 MB
स्थापना संख्या 16
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-01-10
प्रकाशन तिथि 2022-01-04
डेवलपर rivkib211
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speech-to-text-Ex",
    "version": "1.2",
    "description": "Extension that transcribe youtube video in real time",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ]
    },
    "page_action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    }
}