Wordle

Play Wordle whenever you want with this popup chrome extension

Τι είναι το Wordle;

Το Wordle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Popup Games, και η κύρια λειτουργία του είναι "Play Wordle whenever you want with this popup chrome extension".

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

screenshot
screenshot

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

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

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

                        Guess the Wordle in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. 

After each guess, the color of the tiles will change. Yellow means the letter is in the word but not in that position, green means that letter is in the word and in the correct position.

This game is a popup chrome extension, click on the extension's icon to open a popup window.                    

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

Όνομα Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
Επίσημο URL https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Περιγραφή Play Wordle whenever you want with this popup chrome extension
Μέγεθος Αρχείου 99.8 KB
Αριθμός Εγκαταστάσεων 805
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-03-16
Ημερομηνία Δημοσίευσης 2022-03-15
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Popup Games
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle",
    "short_name": "The Word Game",
    "version": "1.0",
    "description": "Play Wordle whenever you want with this popup chrome extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_title": "Wordle",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "\/wordle\/index.html"
    }
}