CodeMonkey Hebrew Translate

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

Co to jest CodeMonkey Hebrew Translate?

CodeMonkey Hebrew Translate to rozszerzenie Chrome opracowane przez Noam Yorav-Raphael, a jego główną funkcją jest „Right-click a word in the code, and hear the Hebrew translation”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia CodeMonkey Hebrew Translate

Pobierz pliki rozszerzeń CodeMonkey Hebrew Translate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CodeMonkey Hebrew Translate CodeMonkey Hebrew Translate
ID bnnfadbdjepplpanidmheecjgmehbkpn
Oficjalny URL https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn
Opis Right-click a word in the code, and hear the Hebrew translation
Rozmiar pliku 655 KB
Liczba instalacji 95
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2020-12-01
Data Publikacji 2020-04-13
Deweloper Noam Yorav-Raphael
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/noamraph/codemonkey-hebrew-translate
Obsługiwane Języki 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
}