Voca-Highlighter

Mark and rate words you don't know based on difficulty.

Τι είναι το Voca-Highlighter;

Το Voca-Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον happyEduMaker, και η κύρια λειτουργία του είναι "Mark and rate words you don't know based on difficulty.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Voca-Highlighter

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

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

                        Visualize and recall your vocabulary knowledge.

💡 Voca-Highlighter(VH) enhances your vocabulary acquisition by visualizing your knowledge status. You can apply to any other subjects in order to facilitate your learning through reading online.

🔍 How to optimize your vocabulary learning?
- Use VH with a dictionary extension (ex. google dictionary).
- Select a word that you want to acquire and save it in VH.
- If you can't remember the word, save it again.
- The more you save the word, the darker the colour of the word is. (5 coloured levels)
- Once you master the word, remove it from the VH list.

🙂 Happy learning!





[Update History]
- ver 0.1.3: Fix the bug regarding contextMenu                    

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

Όνομα Voca-Highlighter Voca-Highlighter
ID cblpnlojobcjneabppdbhafhmbdgebdi
Επίσημο URL https://chromewebstore.google.com/detail/voca-highlighter/cblpnlojobcjneabppdbhafhmbdgebdi
Περιγραφή Mark and rate words you don't know based on difficulty.
Μέγεθος Αρχείου 22.89 KB
Αριθμός Εγκαταστάσεων 37
Τρέχουσα Έκδοση 0.1.3
Τελευταία Ενημέρωση 2020-10-17
Ημερομηνία Δημοσίευσης 2020-09-09
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής happyEduMaker
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voca-Highlighter",
    "version": "0.1.3",
    "description": "Mark and rate words you don't know based on difficulty.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_end",
            "css": [
                "frontEnd\/style.css"
            ],
            "js": [
                "frontEnd\/highLighter.js",
                "frontEnd\/frontEnd.js",
                "frontEnd\/storage.js"
            ]
        }
    ],
    "background": {
        "page": "background\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "img\/icons\/marker16.png",
            "32": "img\/icons\/marker32.png",
            "48": "img\/icons\/marker48.png",
            "128": "img\/icons\/marker128.png"
        },
        "default_title": "RateIt-Highlighter"
    },
    "icons": {
        "16": "img\/icons\/marker16.png",
        "32": "img\/icons\/marker32.png",
        "48": "img\/icons\/marker48.png",
        "128": "img\/icons\/marker128.png"
    },
    "web_accessible_resources": [
        "img\/buttons\/*"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}