Wordle
Play Wordle whenever you want with this popup chrome extension
Was ist Wordle?
Wordle ist eine Chrome-Erweiterung, die von Popup Games entwickelt wurde, und ihr Hauptmerkmal ist "Play Wordle whenever you want with this popup chrome extension".
Erweiterungsscreenshots
Wordle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wordle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Wordle |
ID | dfendghlbhoeiffhplkcdlcelabelkhe |
Offizielle URL | https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe |
Beschreibung | Play Wordle whenever you want with this popup chrome extension |
Dateigröße | 99.8 KB |
Installationsanzahl | 805 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-03-16 |
Veröffentlichungsdatum | 2022-03-15 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Popup Games |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |