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.

Co je 2048?

2048 je rozšíření Chrome vyvinuté tarundabhi, a jeho hlavní funkcí je „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.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření 2048

Stáhněte si soubory rozšíření 2048 ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název 2048 2048
ID efacmddfhbpkekoohibicbfakbjkhgka
Oficiální URL https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka
Popis 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.
Velikost souboru 61.85 KB
Počet instalací 121
Aktuální Verze 1.2
Poslední Aktualizace 2023-03-19
Datum Vydání 2019-09-25
Vývojář tarundabhi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}