CodeMonkey Hebrew Translate
Right-click a word in the code, and hear the Hebrew translation
Co je CodeMonkey Hebrew Translate?
CodeMonkey Hebrew Translate je rozšíření Chrome vyvinuté Noam Yorav-Raphael, a jeho hlavní funkcí je „Right-click a word in the code, and hear the Hebrew translation“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CodeMonkey Hebrew Translate
Stáhněte si soubory rozšíření CodeMonkey Hebrew Translate ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | CodeMonkey Hebrew Translate |
ID | bnnfadbdjepplpanidmheecjgmehbkpn |
Oficiální URL | https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn |
Popis | Right-click a word in the code, and hear the Hebrew translation |
Velikost souboru | 655 KB |
Počet instalací | 95 |
Aktuální Verze | 1.6 |
Poslední Aktualizace | 2020-12-01 |
Datum Vydání | 2020-04-13 |
Vývojář | Noam Yorav-Raphael |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/noamraph/codemonkey-hebrew-translate |
Podporované Jazyky | 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 } |