CodeMonkey Hebrew Translate
Right-click a word in the code, and hear the Hebrew translation
Was ist CodeMonkey Hebrew Translate?
CodeMonkey Hebrew Translate ist eine Chrome-Erweiterung, die von Noam Yorav-Raphael entwickelt wurde, und ihr Hauptmerkmal ist "Right-click a word in the code, and hear the Hebrew translation".
Erweiterungsscreenshots
CodeMonkey Hebrew Translate-Erweiterungs-CRX-Datei herunterladen
Laden Sie CodeMonkey Hebrew Translate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | CodeMonkey Hebrew Translate |
ID | bnnfadbdjepplpanidmheecjgmehbkpn |
Offizielle URL | https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn |
Beschreibung | Right-click a word in the code, and hear the Hebrew translation |
Dateigröße | 655 KB |
Installationsanzahl | 95 |
Aktuelle Version | 1.6 |
Letztes Update | 2020-12-01 |
Veröffentlichungsdatum | 2020-04-13 |
Entwickler | Noam Yorav-Raphael |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/noamraph/codemonkey-hebrew-translate |
Unterstützte Sprachen | 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 } |