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
官方網址 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"
    ]
}