2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Co to jest 2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome to rozszerzenie Chrome opracowane przez Oliver Jesberger, a jego główną funkcją jest „Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 2048 (To Go) in Google Chrome
Pobierz pliki rozszerzeń 2048 (To Go) in Google Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Podstawowe informacje o rozszerzeniu
Nazwa | 2048 (To Go) in Google Chrome |
ID | apchoehihnabokdiamndmjdohlhehlmb |
Oficjalny URL | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb |
Opis | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. |
Rozmiar pliku | 94.57 KB |
Liczba instalacji | 212 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2014-04-12 |
Data Publikacji | 2014-04-12 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Oliver Jesberger |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |