2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Co je 2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome je rozšíření Chrome vyvinuté Oliver Jesberger, a jeho hlavní funkcí je „Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření 2048 (To Go) in Google Chrome
Stáhněte si soubory rozšíření 2048 (To Go) in Google Chrome ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Základní Informace o Rozšíření
Název | 2048 (To Go) in Google Chrome |
ID | apchoehihnabokdiamndmjdohlhehlmb |
Oficiální URL | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb |
Popis | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. |
Velikost souboru | 94.57 KB |
Počet instalací | 212 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2014-04-12 |
Datum Vydání | 2014-04-12 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Oliver Jesberger |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |