Word Scramble Game

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

O que é Word Scramble Game?

Word Scramble Game é uma extensão do Chrome desenvolvida por https://gamecheerleader.com, e sua principal característica é "Unscramble letters to form words under a time limit for points.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Word Scramble Game

Baixe arquivos de extensão Word Scramble Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Word Scramble Game Word Scramble Game
ID kenapidglechhkgphplibhcjacaapghd
URL Oficial https://chromewebstore.google.com/detail/word-scramble-game/kenapidglechhkgphplibhcjacaapghd
Descrição Unscramble letters to form words under a time limit for points.
Tamanho do Arquivo 39.19 KB
Contagem de Instalações 260
Versão Atual 0.1.2
Última Atualização 2024-03-07
Data de Publicação 2023-11-27
Desenvolvedor https://gamecheerleader.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gamecheerleader.com
URL da Página de Ajuda https://www.gamecheerleader.com/listing/word-scramble-game/
URL da Página de Política de Privacidade https://www.gamecheerleader.com/privacy-policy
Idiomas Suportados 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
}