Wordle - Dictionary extension
Think of this Chrome extension as your handy dictionary when playing Wordle.
Cos'è Wordle - Dictionary extension?
Wordle - Dictionary extension è un'estensione di Chrome sviluppata da Pankaj Bahekar, e la sua funzione principale è "Think of this Chrome extension as your handy dictionary when playing Wordle.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wordle - Dictionary extension
Scarica i file di estensione Wordle - Dictionary extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Wordle - Dictionary extension |
ID | icbafdifdgmegfeljhihlpajpmbkmfbg |
URL Ufficiale | https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg |
Descrizione | Think of this Chrome extension as your handy dictionary when playing Wordle. |
Dimensione del File | 21.14 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-02-23 |
Data di Pubblicazione | 2022-02-15 |
Sviluppatore | Pankaj Bahekar |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.interactivephi.com/ |
Lingue Supportate | 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" } } |