Ribbing Reader

Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.

什么是Ribbing Reader?

Ribbing Reader是由https://www.ribbingreader.com开发的Chrome扩展程序,该扩展的主要功能是“Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.”。

扩展截图

screenshot

下载Ribbing Reader扩展crx文件

下载Ribbing Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Automatic subtitles in your browser, using speech-to-text technology. The tool supports 32 languages and a number of dialects. Perfect for live presentations and in the classroom.                    

扩展基本信息

名称 Ribbing Reader Ribbing Reader
ID ipilhfnbdkfbnbnahplmimdilodohknp
官方URL https://chromewebstore.google.com/detail/ribbing-reader/ipilhfnbdkfbnbnahplmimdilodohknp
简介 Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.
文件大小 25.57 KB
安装次数 138
当前版本 1.0.11
更新时间 2017-10-17
上架时间 2017-10-17
评分 4.50/5 共2次评分
开发者 https://www.ribbingreader.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ribbingreader.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ribbing Reader",
    "short_name": "Ribbing",
    "description": "Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.",
    "version": "1.0.11",
    "homepage_url": "http:\/\/www.ribbingreader.com",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "Subtitles.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "Ribbing Reader"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        "subtitles.html",
        "subtitles.css"
    ]
}