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.
Что такое 2048?
2048 - это расширение Chrome, разработанное tarundabhi, и его основная функция - "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.".
Снимки экрана расширения
Скачать файл CRX расширения 2048
Скачайте файлы расширений 2048 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
Официальный URL | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Описание | 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. |
Размер файла | 61.85 KB |
Количество установок | 121 |
Текущая Версия | 1.2 |
Последнее Обновление | 2023-03-19 |
Дата публикации | 2019-09-25 |
Разработчик | tarundabhi |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |