Transcriptor

Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).

O que é Transcriptor?

Transcriptor é uma extensão do Chrome desenvolvida por https://transcriptor.tk, e sua principal característica é "Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Transcriptor

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

                        Often in the study of the English language is required instantly know transcription unfamiliar word, for example, while reading text on a web page. 

This application for Google Chrome helps to get (phonetic) transcription according to the International Phonetic Alphabet (IPA) and listen to the sound of the word (if the audio file was found).

Please note that this application does not provide translation and usage examples.                    

Informações Básicas da Extensão

Nome Transcriptor Transcriptor
ID gbpiedjpbenfnocfjpbjnldocgbknbki
URL Oficial https://chromewebstore.google.com/detail/transcriptor/gbpiedjpbenfnocfjpbjnldocgbknbki
Descrição Helps to transcribe English words by double-clicking on the word while holding Alt + Ctrl (or Alt + Cmd key on Mac).
Tamanho do Arquivo 298 KB
Contagem de Instalações 4,230
Versão Atual 1.5.0
Última Atualização 2018-01-15
Data de Publicação 2018-01-15
Classificação 3.84/5 Total de 58 Avaliações
Desenvolvedor https://transcriptor.tk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ru
manifest.json
{
    "manifest_version": 2,
    "version": "1.5.0",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/ga.js",
            "js\/app.js"
        ]
    },
    "icons": {
        "128": "i\/128.png"
    },
    "browser_action": {
        "default_icon": "i\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "css\/iframe.css"
            ],
            "js": [
                "js\/utils.js",
                "js\/transcriptor.js"
            ]
        }
    ],
    "permissions": [
        ""
    ],
    "web_accessible_resources": [
        "css\/transcriptor.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}