Snake
The classic JavaScript Snake recreated for easy use!
Co to jest Snake?
Snake to rozszerzenie Chrome opracowane przez Adam Janicki, a jego główną funkcją jest „The classic JavaScript Snake recreated for easy use!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Snake
Pobierz pliki rozszerzeń Snake 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
This is a version of the classic JavaScript Snake Game, created in Chrome for easy and simple user use. Jump right into the action by using the arrow keys to start your snake, or take a moment to adjust your settings to get the gameplay right for you. Adjustable features include: the use of boundaries, snake color, background color, grid size, and snake speed.
Podstawowe informacje o rozszerzeniu
Nazwa | Snake |
ID | gihjfphchgbhfklhdbecdbegngielnlg |
Oficjalny URL | https://chromewebstore.google.com/detail/snake/gihjfphchgbhfklhdbecdbegngielnlg |
Opis | The classic JavaScript Snake recreated for easy use! |
Rozmiar pliku | 521 KB |
Liczba instalacji | 10,000 |
Aktualna Wersja | 1.3.1 |
Ostatnia Aktualizacja | 2022-04-08 |
Data Publikacji | 2019-03-08 |
Ocena | 3.90/5 Łącznie 10 Oceny |
Deweloper | Adam Janicki |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake", "description": "The classic JavaScript Snake recreated for easy use!", "version": "1.3.1", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": ".\/index.html", "default_icon": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" } }, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" } } |