Word Search Game
Discover all the hidden words within the 2-D character grid.
Τι είναι το Word Search Game;
Το Word Search Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gamecheerleader.com, και η κύρια λειτουργία του είναι "Discover all the hidden words within the 2-D character grid.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Word Search Game
Λήψη αρχείων επέκτασης Word Search Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Welcome to the "Word Search Challenge," a fun and engaging word puzzle game. In this game, you will be presented with a grid of letters and four given words. The goal is to find all given words from the 2-D grid. These words can be placed either horizontally or vertically within the grid. New words will be given when the game starts/restarts. Can you spot them all and complete the challenge? Let's get started!
How to Play:
- To play the game, simply click on any letter in the grid to start searching for words.
- If the clicked letter is the starting letter of any given word, the game will check horizontally and vertically to find the complete word.
- If a word is found, it will be highlighted with a color to indicate that you've discovered it.
- The game ends when you successfully find and highlight all given words.
Helpful Hints:
1. Look both ways: words can be hidden both horizontally and vertically, so be thorough in your search.
2. Stay patient: Some words may be easier to find than others. Don't get discouraged; keep searching!
Have fun with word search game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.
CHANGELOG
==========
Version 0.1.1
- Add google analytics
- Add the section of new games
Version 0.1.0
- Initial release of the game Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | pfekbcjkadkkanahofmindneikbdfbll |
| Επίσημο URL | https://chromewebstore.google.com/detail/word-search-game/pfekbcjkadkkanahofmindneikbdfbll |
| Περιγραφή | Discover all the hidden words within the 2-D character grid. |
| Μέγεθος Αρχείου | 40.16 KB |
| Αριθμός Εγκαταστάσεων | 418 |
| Τρέχουσα Έκδοση | 0.1.1 |
| Τελευταία Ενημέρωση | 2024-01-19 |
| Ημερομηνία Δημοσίευσης | 2023-10-16 |
| Προγραμματιστής | https://gamecheerleader.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://www.gamecheerleader.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://www.gamecheerleader.com/listing/word-search-game/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.gamecheerleader.com/privacy-policy |
| Υποστηριζόμενες Γλώσσες | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Word Search Game",
"version": "0.1.1",
"description": "Discover all the hidden words within the 2-D character grid.",
"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
} | |