CodeMonkey Hebrew Translate

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

CodeMonkey Hebrew Translate là gì?

CodeMonkey Hebrew Translate là một tiện ích mở rộng Chrome được phát triển bởi Noam Yorav-Raphael, và tính năng chính của nó là "Right-click a word in the code, and hear the Hebrew translation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CodeMonkey Hebrew Translate

Tải xuống các tệp mở rộng CodeMonkey Hebrew Translate dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CodeMonkey Hebrew Translate CodeMonkey Hebrew Translate
ID bnnfadbdjepplpanidmheecjgmehbkpn
URL Chính Thức https://chromewebstore.google.com/detail/codemonkey-hebrew-transla/bnnfadbdjepplpanidmheecjgmehbkpn
Mô tả Right-click a word in the code, and hear the Hebrew translation
Kích Thước Tệp 655 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2020-12-01
Ngày Phát Hành 2020-04-13
Nhà Phát Triển Noam Yorav-Raphael
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/noamraph/codemonkey-hebrew-translate
Ngôn Ngữ Được Hỗ Trợ 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
}