English Learner Kit

This extension helps learn phonetic transcription and pronunciation.

Τι είναι το English Learner Kit;

Το English Learner Kit είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Andrey Cheptsov, και η κύρια λειτουργία του είναι "This extension helps learn phonetic transcription and pronunciation.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης English Learner Kit

Λήψη αρχείων επέκτασης English Learner Kit σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα English Learner Kit English Learner Kit
ID afmaganbgpebidpiahknfcgbhegckaao
Επίσημο URL https://chrome.google.com/webstore/detail/english-learner-kit/afmaganbgpebidpiahknfcgbhegckaao
Περιγραφή This extension helps learn phonetic transcription and pronunciation.
Μέγεθος Αρχείου 38.75 KB
Αριθμός Εγκαταστάσεων 121
Τρέχουσα Έκδοση 1.0.11
Τελευταία Ενημέρωση 2014-07-04
Ημερομηνία Δημοσίευσης 2014-07-04
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Andrey Cheptsov
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
        }
    }
}