CodeMonkey Hebrew Translate

Right-click a word in the code, and hear the Hebrew translation

CodeMonkey Hebrew Translateคืออะไร?

CodeMonkey Hebrew Translate เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Noam Yorav-Raphael และคุณลักษณะหลักของมันคือ "Right-click a word in the code, and hear the Hebrew translation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CodeMonkey Hebrew Translate

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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
}