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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}