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”。

扩展截图

screenshot

下载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 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
}