CodeMonkey Hebrew Translate
Right-click a word in the code, and hear the Hebrew translation
什麼是CodeMonkey Hebrew Translate?
CodeMonkey Hebrew Translate是由Noam Yorav-Raphael開發的Chrome擴展程式,該擴展的主要功能是“Right-click a word in the code, and hear the Hebrew translation”。
擴展截圖
下載CodeMonkey Hebrew Translate擴展crx文件
下載CodeMonkey Hebrew Translate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | CodeMonkey Hebrew Translate |
ID | bnnfadbdjepplpanidmheecjgmehbkpn |
官方網址 | https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn |
簡介 | Right-click a word in the code, and hear the Hebrew translation |
檔案大小 | 655 KB |
安裝次數 | 95 |
目前版本 | 1.6 |
更新時間 | 2020-12-01 |
上架時間 | 2020-04-13 |
開發者 | Noam Yorav-Raphael |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/noamraph/codemonkey-hebrew-translate |
支援的語言 | 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 } |