2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Wat is 2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome is een Chrome-extensie ontwikkeld door Oliver Jesberger, en de belangrijkste functie is "Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie 2048 (To Go) in Google Chrome
Download 2048 (To Go) in Google Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Basisinformatie over de Extensie
Naam | 2048 (To Go) in Google Chrome |
ID | apchoehihnabokdiamndmjdohlhehlmb |
Officiële URL | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb |
Beschrijving | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. |
Bestandsgrootte | 94.57 KB |
Aantal Installaties | 212 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2014-04-12 |
Publicatiedatum | 2014-04-12 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Oliver Jesberger |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |