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.

Was ist 2048?

2048 ist eine Chrome-Erweiterung, die von tarundabhi entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot
screenshot

2048-Erweiterungs-CRX-Datei herunterladen

Laden Sie 2048-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name 2048 2048
ID efacmddfhbpkekoohibicbfakbjkhgka
Offizielle URL https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka
Beschreibung 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.
Dateigröße 61.85 KB
Installationsanzahl 121
Aktuelle Version 1.2
Letztes Update 2023-03-19
Veröffentlichungsdatum 2019-09-25
Entwickler tarundabhi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}