2048
Play 2048 anytime. Join the numbers and get to the 2048 tile!
Что такое 2048?
2048 - это расширение Chrome, разработанное 2048, и его основная функция - "Play 2048 anytime. Join the numbers and get to the 2048 tile!".
Снимки экрана расширения
Скачать файл CRX расширения 2048
Скачайте файлы расширений 2048 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds 2048 game into your Chrome. Clicking on the icon will pop-up the game immediately. HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! IF ARROW KEYS ARE NOT WORKING, JUST CLICK INTO THE GAME WINDOW This is not a link to website, you can play the 2048 game anytime, even when you are offline! For more information visit the official 2048 website at http://gabrielecirulli.github.io/2048/ 2048 was created by Gabriele Cirulli, visit his website at http://gabrielecirulli.com If you are developer and want to improve the game, you can do it at https://github.com/gabrielecirulli/2048
Основная информация о расширении
Название | 2048 |
ID | klkgibeelchkifaeamopaheinfnfleaj |
Официальный URL | https://chromewebstore.google.com/detail/2048/klkgibeelchkifaeamopaheinfnfleaj |
Описание | Play 2048 anytime. Join the numbers and get to the 2048 tile! |
Размер файла | 242 KB |
Количество установок | 1,083 |
Текущая Версия | 25 |
Последнее Обновление | 2019-04-11 |
Дата публикации | 2019-04-11 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | 2048 |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/gabrielecirulli/2048 |
URL страницы помощи | https://github.com/gabrielecirulli/2048/issues |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048", "description": "Play 2048 anytime. Join the numbers and get to the 2048 tile!", "version": "25", "background": { "scripts": [ "background.js" ] }, "permissions": [ "background" ], "page_action": { "default_icon": "images\/2048-icon.png", "default_popup": "game\/index.html" }, "web_accessible_resources": [ "_generated_background_page.html" ], "icons": { "16": "images\/2048-icon.png", "48": "images\/2048-icon.png", "128": "images\/2048-icon.png" } } |