Ribbing Reader

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

Co je Ribbing Reader?

Ribbing Reader je rozšíření Chrome vyvinuté https://www.ribbingreader.com, a jeho hlavní funkcí je „Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Ribbing Reader

Stáhněte si soubory rozšíření Ribbing Reader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Ribbing Reader Ribbing Reader
ID ipilhfnbdkfbnbnahplmimdilodohknp
Oficiální URL https://chromewebstore.google.com/detail/ribbing-reader/ipilhfnbdkfbnbnahplmimdilodohknp
Popis Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.
Velikost souboru 25.57 KB
Počet instalací 138
Aktuální Verze 1.0.11
Poslední Aktualizace 2017-10-17
Datum Vydání 2017-10-17
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář https://www.ribbingreader.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.ribbingreader.com
Podporované Jazyky 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"
    ]
}