Transcriber

Phonetic transcription of web pages.

O que é Transcriber?

Transcriber é uma extensão do Chrome desenvolvida por https://unih.net, e sua principal característica é "Phonetic transcription of web pages.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Transcriber

Baixe arquivos de extensão Transcriber 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

                        English language pronunciation can be tricky. Word pronunciation may differ from the spelling. Learn the correct pronunciation by reading any text you like in phonetic transcription! 

Using the extension is very easy, just watch tutorial video (30 seconds of time).

If you are a language learner, start practicing, and you will learn how many words you are misspelling every day.


This extension replaces  words on a page with its phonetic transcription (so "the quick brown fox jumps over a lazy dog" becomes "ðə kwɪk braʊn fɑks dʒəmps óʊvɜr ə léɪzi dɔg"). Just open any webpage and click the extension icon on a browser toolbar to convert text of a webpage (you can always click again to return the original text back).

This extension uses International Phonetic Alphabet. You can learn how to read IPA alphabet by following the link https://en.wikipedia.org/wiki/Help:IPA/English
Also, you can use extension word pronunciation feature to learn IPA, just click on a transcribed word to listen how it sounds.                    

Informações Básicas da Extensão

Nome Transcriber Transcriber
ID bphljipbmphlijnccpkcgjoncfaaihjo
URL Oficial https://chromewebstore.google.com/detail/transcriber/bphljipbmphlijnccpkcgjoncfaaihjo
Descrição Phonetic transcription of web pages.
Tamanho do Arquivo 1.36 MB
Contagem de Instalações 1,213
Versão Atual 1.7.9
Última Atualização 2023-12-07
Data de Publicação 2020-06-26
Classificação 4.14/5 Total de 7 Avaliações
Desenvolvedor https://unih.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://unih.net/transcriber/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Transcriber",
    "version": "1.7.9",
    "action": {
        "default_icon": {
            "32": "images\/action.off\/icon32.png"
        },
        "default_title": "Transcriber"
    },
    "description": "Phonetic transcription of web pages.",
    "icons": {
        "32": "images\/icon\/icon32.png",
        "128": "images\/icon\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "images\/*",
                "javascript\/page.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}