Wordle
Play Wordle whenever you want with this popup chrome extension
Wordle là gì?
Wordle là một tiện ích mở rộng Chrome được phát triển bởi Popup Games, và tính năng chính của nó là "Play Wordle whenever you want with this popup chrome extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wordle
Tải xuống các tệp mở rộng Wordle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Wordle |
ID | dfendghlbhoeiffhplkcdlcelabelkhe |
URL Chính Thức | https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe |
Mô tả | Play Wordle whenever you want with this popup chrome extension |
Kích Thước Tệp | 99.8 KB |
Số Lần Cài Đặt | 805 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-03-16 |
Ngày Phát Hành | 2022-03-15 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Popup Games |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |