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.

Wat is 2048?

2048 is een Chrome-extensie ontwikkeld door tarundabhi, en de belangrijkste functie 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.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie 2048

Download 2048-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 2048 2048
ID efacmddfhbpkekoohibicbfakbjkhgka
Officiële URL https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka
Beschrijving 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.
Bestandsgrootte 61.85 KB
Aantal Installaties 121
Huidige Versie 1.2
Laatst Bijgewerkt 2023-03-19
Publicatiedatum 2019-09-25
Ontwikkelaar tarundabhi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}