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.

Cos'è 2048?

2048 è un'estensione di Chrome sviluppata da tarundabhi, e la sua funzione principale è "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.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 2048

Scarica i file di estensione 2048 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 2048 2048
ID efacmddfhbpkekoohibicbfakbjkhgka
URL Ufficiale https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka
Descrizione 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.
Dimensione del File 61.85 KB
Conteggio Installazioni 121
Versione Corrente 1.2
Ultimo Aggiornamento 2023-03-19
Data di Pubblicazione 2019-09-25
Sviluppatore tarundabhi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}