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
官方網址 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"
    }
}