gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

什么是gimana2 - An In-Browser Transcriber?

gimana2 - An In-Browser Transcriber是由krishna.rowter开发的Chrome扩展程序,该扩展的主要功能是“This extension transcribes audio to text”。

扩展截图

screenshot

下载gimana2 - An In-Browser Transcriber扩展crx文件

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