English Learner Kit

This extension helps learn phonetic transcription and pronunciation.

English Learner Kit là gì?

English Learner Kit là một tiện ích mở rộng Chrome được phát triển bởi Andrey Cheptsov, và tính năng chính của nó là "This extension helps learn phonetic transcription and pronunciation.".

Ả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 English Learner Kit

Tải xuống các tệp mở rộng English Learner Kit 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

                        To see transcription for a word on the page, move your mouse over it and hold the Ctrl (Cmd for OS X) key. Hold the mouse longer to listen the pronunciation.

Click on a word holding the Ctrl (Cmd for OS X) key to add it to the favorites (or to remove it from the favorites).

Please submit bug reports and pull requests to https://github.com/cheptsov/english-learner-kit/issues                    

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

Tên English Learner Kit English Learner Kit
ID afmaganbgpebidpiahknfcgbhegckaao
URL Chính Thức https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao
Mô tả This extension helps learn phonetic transcription and pronunciation.
Kích Thước Tệp 38.75 KB
Số Lần Cài Đặt 121
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2014-07-04
Ngày Phát Hành 2014-07-04
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Andrey Cheptsov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "English Learner Kit",
    "description": "This extension helps learn phonetic transcription and pronunciation.",
    "version": "1.0.11",
    "permissions": [
        "https:\/\/dictionary.yandex.net\/",
        "storage",
        "notifications",
        "background"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "graduation-cap_999999_19.png",
            "38": "graduation-cap_999999_38.png"
        }
    }
}