Wordle - Dictionary extension

Think of this Chrome extension as your handy dictionary when playing Wordle.

什麼是Wordle - Dictionary extension?

Wordle - Dictionary extension是由Pankaj Bahekar開發的Chrome擴展程式,該擴展的主要功能是“Think of this Chrome extension as your handy dictionary when playing Wordle.”。

擴展截圖

screenshot
screenshot
screenshot

下載Wordle - Dictionary extension擴展crx文件

下載Wordle - Dictionary extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Wordle - Dictionary extension Wordle - Dictionary extension
ID icbafdifdgmegfeljhihlpajpmbkmfbg
官方網址 https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg
簡介 Think of this Chrome extension as your handy dictionary when playing Wordle.
檔案大小 21.14 KB
安裝次數 60
目前版本 1.0.2
更新時間 2022-02-23
上架時間 2022-02-15
開發者 Pankaj Bahekar
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.interactivephi.com/
支援的語言 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"
    }
}