CodeMonkey Hebrew Translate
Right-click a word in the code, and hear the Hebrew translation
What is CodeMonkey Hebrew Translate?
CodeMonkey Hebrew Translate is a Chrome extension developed by Noam Yorav-Raphael, and its main feature is "Right-click a word in the code, and hear the Hebrew translation".
Extension Screenshots
Download CodeMonkey Hebrew Translate Extension CRX File
Download CodeMonkey Hebrew Translate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | CodeMonkey Hebrew Translate |
ID | bnnfadbdjepplpanidmheecjgmehbkpn |
Official URL | https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn |
Description | Right-click a word in the code, and hear the Hebrew translation |
File Size | 655 KB |
Installation Count | 95 |
Current Version | 1.6 |
Last Updated | 2020-12-01 |
Publish Date | 2020-04-13 |
Developer | Noam Yorav-Raphael |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/noamraph/codemonkey-hebrew-translate |
Supported Languages | 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 } |