Wordle
Play Wordle whenever you want with this popup chrome extension
Qu'est-ce que Wordle ?
Wordle est une extension Chrome développée par Popup Games, et sa fonction principale est "Play Wordle whenever you want with this popup chrome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wordle
Téléchargez les fichiers d'extension Wordle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Wordle |
ID | dfendghlbhoeiffhplkcdlcelabelkhe |
URL Officiel | https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe |
Description | Play Wordle whenever you want with this popup chrome extension |
Taille du Fichier | 99.8 KB |
Nombre d'Installations | 805 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-03-16 |
Date de Publication | 2022-03-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Popup Games |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |