Wordle
Play Wordle whenever you want with this popup chrome extension
Co to jest Wordle?
Wordle to rozszerzenie Chrome opracowane przez Popup Games, a jego główną funkcją jest „Play Wordle whenever you want with this popup chrome extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wordle
Pobierz pliki rozszerzeń Wordle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Wordle |
ID | dfendghlbhoeiffhplkcdlcelabelkhe |
Oficjalny URL | https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe |
Opis | Play Wordle whenever you want with this popup chrome extension |
Rozmiar pliku | 99.8 KB |
Liczba instalacji | 805 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-03-16 |
Data Publikacji | 2022-03-15 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Popup Games |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |