Wordler

A helpful tool to solve that tricky wordle!

什么是Wordler?

Wordler是由keshav2509开发的Chrome扩展程序,该扩展的主要功能是“A helpful tool to solve that tricky wordle!”。

扩展截图

screenshot
screenshot

下载Wordler扩展crx文件

下载Wordler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
官方URL https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
简介 A helpful tool to solve that tricky wordle!
文件大小 243 KB
安装次数 14,704
当前版本 0.5.0
更新时间 2023-02-22
上架时间 2022-02-02
评分 3.27/5 共15次评分
开发者 keshav2509
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}