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.
¿Qué es 2048?
2048 es una extensión de Chrome desarrollada por tarundabhi, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 2048
Descarga archivos de extensión 2048 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
URL Oficial | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Descripción | 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. |
Tamaño del Archivo | 61.85 KB |
Cantidad de Instalaciones | 121 |
Versión Actual | 1.2 |
Última Actualización | 2023-03-19 |
Fecha de Publicación | 2019-09-25 |
Desarrollador | tarundabhi |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |