CodeMonkey Hebrew Translate

Right-click a word in the code, and hear the Hebrew translation

O que é CodeMonkey Hebrew Translate?

CodeMonkey Hebrew Translate é uma extensão do Chrome desenvolvida por Noam Yorav-Raphael, e sua principal característica é "Right-click a word in the code, and hear the Hebrew translation".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CodeMonkey Hebrew Translate

Baixe arquivos de extensão CodeMonkey Hebrew Translate 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

                        It can be hard for kids to learn to code in English, when they don't know English. This extension helps, by letting the child hear the Hebrew translation of a word (and also its English pronunciation) in CodeMonkey when he right-clicks the word.

Note: this extension sends words that were right-clicked and don't yet have a translation to a Google Form, in order for me to record their translation.

The code is MIT licensed, developed here: https://github.com/noamraph/codemonkey-hebrew-translate                    

Informações Básicas da Extensão

Nome CodeMonkey Hebrew Translate CodeMonkey Hebrew Translate
ID bnnfadbdjepplpanidmheecjgmehbkpn
URL Oficial https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn
Descrição Right-click a word in the code, and hear the Hebrew translation
Tamanho do Arquivo 655 KB
Contagem de Instalações 95
Versão Atual 1.6
Última Atualização 2020-12-01
Data de Publicação 2020-04-13
Desenvolvedor Noam Yorav-Raphael
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/noamraph/codemonkey-hebrew-translate
Idiomas Suportados en,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.6",
    "description": "__MSG_appDesc__",
    "default_locale": "he",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.codemonkey.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "128": "monkey128.png"
    },
    "manifest_version": 2
}