2048

Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.

What is 2048?

2048 is a Chrome extension developed by tarundabhi, and its main feature is "Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.".

Extension Screenshots

screenshot
screenshot

Download 2048 Extension CRX File

Download 2048 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.                    

Extension Basic Information

Name 2048 2048
ID efacmddfhbpkekoohibicbfakbjkhgka
Official URL https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka
Description Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.
File Size 61.85 KB
Installation Count 121
Current Version 1.2
Last Updated 2023-03-19
Publish Date 2019-09-25
Developer tarundabhi
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048",
    "version": "1.2",
    "description": "Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}