Wordle - Dictionary extension

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

Wordle - Dictionary extension là gì?

Wordle - Dictionary extension là một tiện ích mở rộng Chrome được phát triển bởi Pankaj Bahekar, và tính năng chính của nó là "Think of this Chrome extension as your handy dictionary when playing Wordle.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordle - Dictionary extension

Tải xuống các tệp mở rộng Wordle - Dictionary extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordle - Dictionary extension Wordle - Dictionary extension
ID icbafdifdgmegfeljhihlpajpmbkmfbg
URL Chính Thức https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg
Mô tả Think of this Chrome extension as your handy dictionary when playing Wordle.
Kích Thước Tệp 21.14 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-02-23
Ngày Phát Hành 2022-02-15
Nhà Phát Triển Pankaj Bahekar
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.interactivephi.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}