Memory Card Game

Click on the cards to reveal images and find matching pairs!

Τι είναι το Memory Card Game;

Το Memory Card Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gamecheerleader.com, και η κύρια λειτουργία του είναι "Click on the cards to reveal images and find matching pairs!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Memory Card Game

Λήψη αρχείων επέκτασης Memory Card Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Are you ready to test your memory and matching skills? In this exciting and challenging game, your task is to uncover pairs of hidden images. You will see a grid consisting of 4x4 cards, each hiding an image. The goal is simple: find all matching image pairs!

How to Play:

1. Click on a card to reveal the image hidden beneath it.
2. Click on another card to uncover its image as well.
3. If the two revealed images are identical, their cards will vanish from the board. If not, they will be hidden again. 
4. Keep searching for pairs until you've matched all the images.
5. The game ends when you've successfully cleared the board of all eight pairs.

Please keep in mind:
1) You can only reveal two images at a time.
2) Pay attention and keep in mind the spots where the two distinct images were displayed. You have only one second before they disappear.

Let's get started and see if you can become the Memory Images master! Good luck, and have fun! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom.

CHANGELOG
==========
Version 0.1.1
- Add google analytics
- Add the list of new games

Version 0.1.0
- Initial release of game                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Memory Card Game Memory Card Game
ID ackehcmjoiepafdfnigbgmlpifjemcaa
Επίσημο URL https://chromewebstore.google.com/detail/memory-card-game/ackehcmjoiepafdfnigbgmlpifjemcaa
Περιγραφή Click on the cards to reveal images and find matching pairs!
Μέγεθος Αρχείου 384 KB
Αριθμός Εγκαταστάσεων 178
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2024-01-23
Ημερομηνία Δημοσίευσης 2023-10-03
Προγραμματιστής https://gamecheerleader.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.gamecheerleader.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.gamecheerleader.com/listing/memory-card-game/
URL της Σελίδας Πολιτικής Απορρήτου https://www.gamecheerleader.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Memory Card Game",
    "short_name": "memory card",
    "version": "0.1.1",
    "description": "Click on the cards to reveal images and find matching pairs!",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}