Wordle Game
Wordle Game now you can play right on Chrome™ without internet!
什么是Wordle Game?
Wordle Game是由https://monkeymart.org开发的Chrome扩展程序,该扩展的主要功能是“Wordle Game now you can play right on Chrome™ without internet!”。
扩展截图
下载Wordle Game扩展crx文件
下载Wordle Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Worldle, the addictive word-guessing game, is now available as a Chrome Extension. Immerse yourself in a world of wordplay right from your Chrome browser. Guess the hidden word by correctly guessing the letters within a limited number of attempts. With the Worldle Chrome Extension, you can experience the challenging gameplay and vocabulary skills directly in your browser. Exercise your brain as you decipher the word and strategically guess the letters to solve the puzzle. Whether you're a fan of word games or enjoy testing your language abilities, the Chrome Extension version of Worldle offers a convenient and accessible way to enjoy this engaging game. Get ready to unravel the mystery word and expand your vocabulary in this captivating game available at your fingertips. *Note: We provide many other games, for ease of access we have added many game links, just click on the game you want to play!
扩展基本信息
名称 | Wordle Game |
ID | micmcljpdkihahbcnamphgnfhoncapjm |
官方URL | https://chromewebstore.google.com/detail/wordle-game/micmcljpdkihahbcnamphgnfhoncapjm |
简介 | Wordle Game now you can play right on Chrome™ without internet! |
文件大小 | 600 KB |
安装次数 | 105 |
当前版本 | 1.0.1 |
更新时间 | 2023-10-24 |
上架时间 | 2023-09-01 |
开发者 | https://monkeymart.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://monkeymart.org/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Wordle Game", "version": "1.0.1", "offline_enabled": true, "description": "Wordle Game now you can play right on Chrome\u2122 without internet! ", "homepage_url": "https:\/\/monkeymart.org", "background": { "service_worker": "background.js" }, "action": { "default_title": "Wordle Game", "default_icon": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" } }, "icons": { "512": "icons\/icon-512.png", "256": "icons\/icon-256.png", "128": "icons\/icon-128.png", "64": "icons\/icon-64.png", "48": "icons\/icon-48.png", "32": "icons\/icon-32.png", "16": "icons\/icon-16.png" } } |