Wordle - Dictionary extension
Think of this Chrome extension as your handy dictionary when playing Wordle.
O que é Wordle - Dictionary extension?
Wordle - Dictionary extension é uma extensão do Chrome desenvolvida por Pankaj Bahekar, e sua principal característica é "Think of this Chrome extension as your handy dictionary when playing Wordle.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wordle - Dictionary extension
Baixe arquivos de extensão Wordle - Dictionary extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Wordle - Dictionary extension |
ID | icbafdifdgmegfeljhihlpajpmbkmfbg |
URL Oficial | https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg |
Descrição | Think of this Chrome extension as your handy dictionary when playing Wordle. |
Tamanho do Arquivo | 21.14 KB |
Contagem de Instalações | 60 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-02-23 |
Data de Publicação | 2022-02-15 |
Desenvolvedor | Pankaj Bahekar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.interactivephi.com/ |
Idiomas Suportados | 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" } } |