Snake
The classic JavaScript Snake recreated for easy use!
Cos'è Snake?
Snake è un'estensione di Chrome sviluppata da Adam Janicki, e la sua funzione principale è "The classic JavaScript Snake recreated for easy use!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snake
Scarica i file di estensione Snake in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Snake |
ID | gihjfphchgbhfklhdbecdbegngielnlg |
URL Ufficiale | https://chromewebstore.google.com/detail/snake/gihjfphchgbhfklhdbecdbegngielnlg |
Descrizione | The classic JavaScript Snake recreated for easy use! |
Dimensione del File | 521 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2022-04-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 3.90/5 Totale 10 Valutazioni |
Sviluppatore | Adam Janicki |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |