Wordle - Dictionary extension

Think of this Chrome extension as your handy dictionary when playing Wordle.

Τι είναι το Wordle - Dictionary extension;

Το Wordle - Dictionary extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Pankaj Bahekar, και η κύρια λειτουργία του είναι "Think of this Chrome extension as your handy dictionary when playing Wordle.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Wordle - Dictionary extension

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

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

                        It displays the meaning of words as you enter them, helping you to improve your vocabulary as you go.

How it works:
1. Install this extension
2. Navigate to https://www.nytimes.com/games/wordle/index.html and start playing Wordle.
3. Your guessed word's dictionary meaning will show up next to it.
4. If the word you entered has multiple meanings, you'll see the definitions appear one after the other

- The extension will only display a word's meaning after the game has accepted your input as a valid word. 
- This extension will not help you with any recommendations or assist in winning the game, unfortunately! 
- The extension supports both dark and light mode                    

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

Όνομα Wordle - Dictionary extension Wordle - Dictionary extension
ID icbafdifdgmegfeljhihlpajpmbkmfbg
Επίσημο URL https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg
Περιγραφή Think of this Chrome extension as your handy dictionary when playing Wordle.
Μέγεθος Αρχείου 21.14 KB
Αριθμός Εγκαταστάσεων 60
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2022-02-23
Ημερομηνία Δημοσίευσης 2022-02-15
Προγραμματιστής Pankaj Bahekar
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.interactivephi.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle - Dictionary extension",
    "description": "Think of this Chrome extension as your handy dictionary when playing Wordle.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.nytimes.com\/games\/wordle\/index.html"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/128.png",
            "32": "\/128.png",
            "48": "\/128.png",
            "128": "\/128.png"
        }
    },
    "icons": {
        "16": "\/128.png",
        "32": "\/128.png",
        "48": "\/128.png",
        "128": "\/128.png"
    }
}