Snake
Play Snake right on your screen.
Wat is Snake?
Snake is een Chrome-extensie ontwikkeld door trishul.goel, en de belangrijkste functie is "Play Snake right on your screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Snake
Download Snake-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Play the snake right on your screen, take a quick break without even looking away from work. Basisinformatie over de Extensie
| Naam | |
| ID | gachpamaaijaikdcakmphoeknjigclnk |
| Officiële URL | https://chromewebstore.google.com/detail/snake/gachpamaaijaikdcakmphoeknjigclnk |
| Beschrijving | Play Snake right on your screen. |
| Bestandsgrootte | 30.11 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 2.5 |
| Laatst Bijgewerkt | 2018-04-10 |
| Publicatiedatum | 2018-04-10 |
| Ontwikkelaar | trishul.goel |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tsl143/snake |
| Help Pagina-URL | https://github.com/tsl143/snake |
| Ondersteunde Talen | 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"
]
} | |