2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Was ist 2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome ist eine Chrome-Erweiterung, die von Oliver Jesberger entwickelt wurde, und ihr Hauptmerkmal ist "Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.".
Erweiterungsscreenshots
2048 (To Go) in Google Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie 2048 (To Go) in Google Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.                     Grundlegende Informationen zur Erweiterung
| Name |  | 
| ID | apchoehihnabokdiamndmjdohlhehlmb | 
| Offizielle URL | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb | 
| Beschreibung | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. | 
| Dateigröße | 94.57 KB | 
| Installationsanzahl | 212 | 
| Aktuelle Version | 0.3 | 
| Letztes Update | 2014-04-12 | 
| Veröffentlichungsdatum | 2014-04-12 | 
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen | 
| Entwickler | Oliver Jesberger | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    }
} | |