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 to jest 2048?
2048 to rozszerzenie Chrome opracowane przez tarundabhi, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 2048
Pobierz pliki rozszerzeń 2048 w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
Oficjalny URL | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Opis | 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. |
Rozmiar pliku | 61.85 KB |
Liczba instalacji | 121 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2023-03-19 |
Data Publikacji | 2019-09-25 |
Deweloper | tarundabhi |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |