Wordle

Play Wordle whenever you want with this popup chrome extension

什么是Wordle?

Wordle是由Popup Games开发的Chrome扩展程序,该扩展的主要功能是“Play Wordle whenever you want with this popup chrome extension”。

扩展截图

screenshot
screenshot

下载Wordle扩展crx文件

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

扩展使用说明

                        Guess the Wordle in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. 

After each guess, the color of the tiles will change. Yellow means the letter is in the word but not in that position, green means that letter is in the word and in the correct position.

This game is a popup chrome extension, click on the extension's icon to open a popup window.                    

扩展基本信息

名称 Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
官方URL https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
简介 Play Wordle whenever you want with this popup chrome extension
文件大小 99.8 KB
安装次数 805
当前版本 1.0
更新时间 2022-03-16
上架时间 2022-03-15
评分 5.00/5 共1次评分
开发者 Popup Games
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle",
    "short_name": "The Word Game",
    "version": "1.0",
    "description": "Play Wordle whenever you want with this popup chrome extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_title": "Wordle",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "\/wordle\/index.html"
    }
}