Wordle - Dictionary extension
Think of this Chrome extension as your handy dictionary when playing Wordle.
Qu'est-ce que Wordle - Dictionary extension ?
Wordle - Dictionary extension est une extension Chrome développée par Pankaj Bahekar, et sa fonction principale est "Think of this Chrome extension as your handy dictionary when playing Wordle.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wordle - Dictionary extension
Téléchargez les fichiers d'extension Wordle - Dictionary extension 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
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
Informations de Base sur l'Extension
Nom | Wordle - Dictionary extension |
ID | icbafdifdgmegfeljhihlpajpmbkmfbg |
URL Officiel | https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg |
Description | Think of this Chrome extension as your handy dictionary when playing Wordle. |
Taille du Fichier | 21.14 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2022-02-23 |
Date de Publication | 2022-02-15 |
Développeur | Pankaj Bahekar |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.interactivephi.com/ |
Langues Prises en Charge | 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" } } |