Snake
Play Snake right on your screen.
Cos'è Snake?
Snake è un'estensione di Chrome sviluppata da trishul.goel, e la sua funzione principale è "Play Snake right on your screen.".
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
Play the snake right on your screen, take a quick break without even looking away from work.
Informazioni di Base sull'Estensione
Nome | Snake |
ID | gachpamaaijaikdcakmphoeknjigclnk |
URL Ufficiale | https://chromewebstore.google.com/detail/snake/gachpamaaijaikdcakmphoeknjigclnk |
Descrizione | Play Snake right on your screen. |
Dimensione del File | 30.11 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 2.5 |
Ultimo Aggiornamento | 2018-04-10 |
Data di Pubblicazione | 2018-04-10 |
Sviluppatore | trishul.goel |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tsl143/snake |
URL della Pagina di Aiuto | https://github.com/tsl143/snake |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake", "description": "Play Snake right on your screen.", "version": "2.5", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_title": "Snake" }, "background": { "scripts": [ "js\/bg.js" ] }, "permissions": [ "activeTab" ] } |