gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

Что такое gimana2 - An In-Browser Transcriber?

gimana2 - An In-Browser Transcriber - это расширение Chrome, разработанное krishna.rowter, и его основная функция - "This extension transcribes audio to text".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения gimana2 - An In-Browser Transcriber

Скачайте файлы расширений gimana2 - An In-Browser Transcriber в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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": []
}