Wordler

A helpful tool to solve that tricky wordle!

Wordler là gì?

Wordler là một tiện ích mở rộng Chrome được phát triển bởi keshav2509, và tính năng chính của nó là "A helpful tool to solve that tricky wordle!".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Wordler 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

                        Use the wordle itself or the letters which the wordle may have and the letters which aren't a part of the wordle to hunt down the word.

Find your word based on the letters you know are present, their location and letters which aren't the part of the wordle.

This extension can be used not only for the official wordle but many other versions of wordle and other games like scrabble etc.                    

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

Tên Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
URL Chính Thức https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Mô tả A helpful tool to solve that tricky wordle!
Kích Thước Tệp 243 KB
Số Lần Cài Đặt 14,704
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2023-02-22
Ngày Phát Hành 2022-02-02
Đánh Giá 3.27/5 Tổng số 15 Đánh Giá
Nhà Phát Triển keshav2509
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordler",
    "description": "A helpful tool to solve that tricky wordle!",
    "version": "0.5.0",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "96": "wordler_96.png",
        "128": "wordler.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}