Ribbing Reader

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

O que é Ribbing Reader?

Ribbing Reader é uma extensão do Chrome desenvolvida por https://www.ribbingreader.com, e sua principal característica é "Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ribbing Reader

Baixe arquivos de extensão Ribbing Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Ribbing Reader Ribbing Reader
ID ipilhfnbdkfbnbnahplmimdilodohknp
URL Oficial https://chromewebstore.google.com/detail/ribbing-reader/ipilhfnbdkfbnbnahplmimdilodohknp
Descrição Automatic browser subtitles using speech-to-text. 32 supported languages. Perfect for live presentations and in the classroom.
Tamanho do Arquivo 25.57 KB
Contagem de Instalações 138
Versão Atual 1.0.11
Última Atualização 2017-10-17
Data de Publicação 2017-10-17
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor https://www.ribbingreader.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.ribbingreader.com
Idiomas Suportados 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"
    ]
}