CodeMonkey Hebrew Translate

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

Cos'è CodeMonkey Hebrew Translate?

CodeMonkey Hebrew Translate è un'estensione di Chrome sviluppata da Noam Yorav-Raphael, e la sua funzione principale è "Right-click a word in the code, and hear the Hebrew translation".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CodeMonkey Hebrew Translate

Scarica i file di estensione CodeMonkey Hebrew Translate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CodeMonkey Hebrew Translate CodeMonkey Hebrew Translate
ID bnnfadbdjepplpanidmheecjgmehbkpn
URL Ufficiale https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn
Descrizione Right-click a word in the code, and hear the Hebrew translation
Dimensione del File 655 KB
Conteggio Installazioni 95
Versione Corrente 1.6
Ultimo Aggiornamento 2020-12-01
Data di Pubblicazione 2020-04-13
Sviluppatore Noam Yorav-Raphael
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/noamraph/codemonkey-hebrew-translate
Lingue Supportate 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
}