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
Eメール [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"
    ]
}