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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
}