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 拡張機能の基本情報
| 名前 | |
| ID | bnnfadbdjepplpanidmheecjgmehbkpn |
| 公式URL | 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 |
| Eメール | [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
} | |