CodeMonkey Hebrew Translate
Right-click a word in the code, and hear the Hebrew translation
Apa itu CodeMonkey Hebrew Translate?
CodeMonkey Hebrew Translate adalah ekstensi Chrome yang dikembangkan oleh Noam Yorav-Raphael, dan fitur utamanya adalah "Right-click a word in the code, and hear the Hebrew translation".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CodeMonkey Hebrew Translate
Unduh file ekstensi CodeMonkey Hebrew Translate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | CodeMonkey Hebrew Translate |
ID | bnnfadbdjepplpanidmheecjgmehbkpn |
URL Resmi | https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn |
Deskripsi | Right-click a word in the code, and hear the Hebrew translation |
Ukuran File | 655 KB |
Jumlah Instalasi | 95 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2020-12-01 |
Tanggal Publikasi | 2020-04-13 |
Pengembang | Noam Yorav-Raphael |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/noamraph/codemonkey-hebrew-translate |
Bahasa yang Didukung | 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 } |