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.
Hvad er 2048?
2048 er en Chrome-udvidelse udviklet af tarundabhi, og dens hovedfunktion er "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.".
Udvidelsesskærmbilleder
Download 2048-udvidelses-CRX-fil
Download 2048-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
Officiel URL | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Beskrivelse | 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. |
Filstørrelse | 61.85 KB |
Antal Installationer | 121 |
Nuværende Version | 1.2 |
Senest Opdateret | 2023-03-19 |
Udgivelsesdato | 2019-09-25 |
Udvikler | tarundabhi |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |