2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
¿Qué es 2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome es una extensión de Chrome desarrollada por Oliver Jesberger, y su función principal es "Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión 2048 (To Go) in Google Chrome
Descarga archivos de extensión 2048 (To Go) in Google Chrome 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
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Información Básica de la Extensión
Nombre | 2048 (To Go) in Google Chrome |
ID | apchoehihnabokdiamndmjdohlhehlmb |
URL Oficial | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb |
Descripción | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. |
Tamaño del Archivo | 94.57 KB |
Cantidad de Instalaciones | 212 |
Versión Actual | 0.3 |
Última Actualización | 2014-04-12 |
Fecha de Publicación | 2014-04-12 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Oliver Jesberger |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.3", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |