Word Scramble Game

Unscramble letters to form words under a time limit for points.

什么是Word Scramble Game?

Word Scramble Game是由https://gamecheerleader.com开发的Chrome扩展程序,该扩展的主要功能是“Unscramble letters to form words under a time limit for points.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Word Scramble Game扩展crx文件

下载Word Scramble Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Word Scramble Challenge is an engaging and mind-stimulating game where players unravel the mystery of scrambled letters to form a valid word. The game tests your vocabulary and quick-thinking skills under a time constraint.

How to Play:

1) Starting the Game: When you launch the game, you'll see a randomized set of letters on the screen. These letters are a scrambled version of a non-anagrammatic word (a word that can't form another valid word when its letters are rearranged) that's 5 letters long.

2) Making a Guess: Look at the scrambled letters and try to form a valid word. Type your guess into the provided input box.

3) Submitting Your Answer: Type your guess and click "Submit" to verify it. Correct answers increase your score by 5 points, while incorrect guesses don't affect the score."

4) Keeping an Eye on the Timer: The game begins with a 100-second timer, displayed at the top right corner of the game screen. This timer counts down, and you must try to score as many points as possible before it reaches 0.

5) Game Over: When the timer hits 0, the game is over. An overlay will appear with a "Restart" button. Click the button to begin a new game. The timer will reset to 100 seconds, and your score will reset to 0.

Other Functions:

1) Using the "Next" Button: If you're stumped and can't figure out the word, click the "Next" button. This will present a new set of scrambled letters from the pre-prepared word list for you to solve.

2) Viewing the Answer: If you're curious about the correct word for a particularly challenging scramble, click the "View" button. The answer will be displayed at the top of the screen.

Tips for Success:

- Take quick glances at the letters and trust your first instinct. Often, the correct word might just pop into your mind.
- If a word doesn't immediately come to mind, shuffle the letters in your head or on a piece of paper.
- Practice makes perfect. The more you play, the better you'll get at spotting words quickly.

Have fun playing the word game! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom.

CHANGELOG
==========
Version 0.1.2
- Update word list
- Add google analytics
- Add the list of new games

Version 0.1.0 - 0.1.1
- Initial release of game
- Update game timer                    

扩展基本信息

名称 Word Scramble Game Word Scramble Game
ID kenapidglechhkgphplibhcjacaapghd
官方URL https://chromewebstore.google.com/detail/word-scramble-game/kenapidglechhkgphplibhcjacaapghd
简介 Unscramble letters to form words under a time limit for points.
文件大小 39.19 KB
安装次数 260
当前版本 0.1.2
更新时间 2024-03-07
上架时间 2023-11-27
开发者 https://gamecheerleader.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.gamecheerleader.com
帮助页面URL https://www.gamecheerleader.com/listing/word-scramble-game/
隐私政策页面URL https://www.gamecheerleader.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Scramble Game",
    "version": "0.1.2",
    "description": "Unscramble letters to form words under a time limit for points.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}