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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
}