Snake Game
Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
Hvad er Snake Game?
Snake Game er en Chrome-udvidelse udviklet af tarundabhi, og dens hovedfunktion er "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.".
Udvidelsesskærmbilleder
Download Snake Game-udvidelses-CRX-fil
Download Snake Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Play snake game in popup screen.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | mdiglfhigdpnlagochjojlpbaifdccdb |
Officiel URL | https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb |
Beskrivelse | Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug. |
Filstørrelse | 68.06 KB |
Antal Installationer | 3,000 |
Nuværende Version | 1.1 |
Senest Opdateret | 2022-02-21 |
Udgivelsesdato | 2019-09-24 |
Bedømmelse | 3.40/5 Samlet 5 Bedømmelser |
Udvikler | tarundabhi |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake Game", "version": "1.1", "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |