Mem Tile (Popup Game)

Memory Based Tile Sliding Game

Mem Tile (Popup Game) क्या है?

Mem Tile (Popup Game) https://james1236.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Memory Based Tile Sliding Game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mem Tile (Popup Game) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A sleek, simple and fun memory game that's always one click away!

Gameplay:

Try to copy the movement of a tile with the arrow keys. As your score increases, the pattern gets longer and harder to copy. Try and beat your own score as well as others on the leaderboard.

The game is a chrome extension. When you click the icon for it, a small game window appears in the corner while you browse, allowing for the perfect pickup, play and put down casual experience. It's art style is inspired by 2048 however the game-play itself is similar to that of Simon says, where the player must mimic a difficult pattern that increases in speed and complexity over time.

Controls:

Arrow Keys/WASD - Move
Space - Play Sequence
R - Restart

Features:

* Leaderboard
* Infinite random color schemes
* Simple and addicting
* Instantly Avaliable
* Board and highscore storage

Recent Changelog :

v1.16.1 Fixed a bug where rapid movement would cause the tile to become misplaced
Allowed movement during animation
Added a rate prompt

v1.16: Added sounds for moving, AI moving, losing and buttons
Added a mute button
Menu no longer opens after the tutorial
Added WASD support
Added a button to skip choosing a username
Bug fixes
Renewed SSL certificate for leaderboard
Added autofocus and enter key support on textboxes

v1.15: Changed server destination

v1.14.2: Code structure changed

v1.14.1: Slight refactoring + contact & more games icons

v1.14: Added button to see all highscores, fixed an issue where a score outside of the top 10 would always display as 11th.

v1.13: Removed an issue with leaderboard parsing and added a total leaderboard player count in the bottom right                    

एक्सटेंशन की मूल जानकारी

नाम Mem Tile (Popup Game) Mem Tile (Popup Game)
ID pejfmibchmbdoianjkkglffodmgegiak
आधिकारिक URL https://chromewebstore.google.com/detail/mem-tile-popup-game/pejfmibchmbdoianjkkglffodmgegiak
विवरण Memory Based Tile Sliding Game
फ़ाइल का आकार 2.06 MB
स्थापना संख्या 3,125
वर्तमान संस्करण 1.16.1
अंतिम अपडेट 2021-10-27
प्रकाशन तिथि 2020-01-30
रेटिंग 4.78/5 कुल 27 रेटिंग्स
डेवलपर https://james1236.online
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mem Tile (Popup Game)",
    "short_name": "Mem Tile",
    "version": "1.16.1",
    "description": "Memory Based Tile Sliding Game",
    "icons": {
        "19": "icon_19.png",
        "38": "icon_38.png",
        "128": "icon_128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Mem Tile",
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/james1236.online\/*"
    ]
}