Wordle

Play Wordle whenever you want with this popup chrome extension

Apa itu Wordle?

Wordle adalah ekstensi Chrome yang dikembangkan oleh Popup Games, dan fitur utamanya adalah "Play Wordle whenever you want with this popup chrome extension".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Wordle

Unduh file ekstensi Wordle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
URL Resmi https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Deskripsi Play Wordle whenever you want with this popup chrome extension
Ukuran File 99.8 KB
Jumlah Instalasi 805
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-03-16
Tanggal Publikasi 2022-03-15
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Popup Games
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}