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
Eメール [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
}