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.

Vad är 2048?

2048 är en Chrome-tillägg utvecklad av tarundabhi, och dess huvudfunktion är "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.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner 2048-förlängningens CRX-fil

Ladda ner 2048-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn 2048 2048
ID efacmddfhbpkekoohibicbfakbjkhgka
Officiell webbadress https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka
Beskrivning 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.
Filstorlek 61.85 KB
Antal Installationer 121
Aktuell Version 1.2
Senast Uppdaterad 2023-03-19
Publiceringsdatum 2019-09-25
Utvecklare tarundabhi
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}