CodeMonkey Hebrew Translate

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

Vad är CodeMonkey Hebrew Translate?

CodeMonkey Hebrew Translate är en Chrome-tillägg utvecklad av Noam Yorav-Raphael, och dess huvudfunktion är "Right-click a word in the code, and hear the Hebrew translation".

Tilläggsskärmbilder

screenshot

Ladda ner CodeMonkey Hebrew Translate-förlängningens CRX-fil

Ladda ner CodeMonkey Hebrew Translate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn CodeMonkey Hebrew Translate CodeMonkey Hebrew Translate
ID bnnfadbdjepplpanidmheecjgmehbkpn
Officiell webbadress https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn
Beskrivning Right-click a word in the code, and hear the Hebrew translation
Filstorlek 655 KB
Antal Installationer 95
Aktuell Version 1.6
Senast Uppdaterad 2020-12-01
Publiceringsdatum 2020-04-13
Utvecklare Noam Yorav-Raphael
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/noamraph/codemonkey-hebrew-translate
Stödda Språk 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
}