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
官方網址 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
}