Word Scramble Game

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

Qu'est-ce que Word Scramble Game ?

Word Scramble Game est une extension Chrome développée par https://gamecheerleader.com, et sa fonction principale est "Unscramble letters to form words under a time limit for points.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Word Scramble Game

Téléchargez les fichiers d'extension Word Scramble Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Word Scramble Game Word Scramble Game
ID kenapidglechhkgphplibhcjacaapghd
URL Officiel https://chromewebstore.google.com/detail/word-scramble-game/kenapidglechhkgphplibhcjacaapghd
Description Unscramble letters to form words under a time limit for points.
Taille du Fichier 39.19 KB
Nombre d'Installations 260
Version Actuelle 0.1.2
Dernière Mise à Jour 2024-03-07
Date de Publication 2023-11-27
Développeur https://gamecheerleader.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.gamecheerleader.com
URL de la Page d'Aide https://www.gamecheerleader.com/listing/word-scramble-game/
URL de la Page de Politique de Confidentialité https://www.gamecheerleader.com/privacy-policy
Langues Prises en Charge 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
}