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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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