CodeMonkey Hebrew Translate

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

Wat is CodeMonkey Hebrew Translate?

CodeMonkey Hebrew Translate is een Chrome-extensie ontwikkeld door Noam Yorav-Raphael, en de belangrijkste functie is "Right-click a word in the code, and hear the Hebrew translation".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie CodeMonkey Hebrew Translate

Download CodeMonkey Hebrew Translate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam CodeMonkey Hebrew Translate CodeMonkey Hebrew Translate
ID bnnfadbdjepplpanidmheecjgmehbkpn
Officiële URL https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn
Beschrijving Right-click a word in the code, and hear the Hebrew translation
Bestandsgrootte 655 KB
Aantal Installaties 95
Huidige Versie 1.6
Laatst Bijgewerkt 2020-12-01
Publicatiedatum 2020-04-13
Ontwikkelaar Noam Yorav-Raphael
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/noamraph/codemonkey-hebrew-translate
Ondersteunde Talen 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
}