Ribbing Reader

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

Qu'est-ce que Ribbing Reader ?

Ribbing Reader est une extension Chrome développée par https://www.ribbingreader.com, et sa fonction principale est "Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ribbing Reader

Téléchargez les fichiers d'extension Ribbing Reader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ribbing Reader Ribbing Reader
ID ipilhfnbdkfbnbnahplmimdilodohknp
URL Officiel https://chromewebstore.google.com/detail/ribbing-reader/ipilhfnbdkfbnbnahplmimdilodohknp
Description Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.
Taille du Fichier 25.57 KB
Nombre d'Installations 138
Version Actuelle 1.0.11
Dernière Mise à Jour 2017-10-17
Date de Publication 2017-10-17
Évaluation 4.50/5 Total 2 Évaluations
Développeur https://www.ribbingreader.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ribbingreader.com
Langues Prises en Charge 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"
    ]
}