Snake game
A fun game to play while waiting for things
什麼是Snake game?
Snake game是由Gecko Software開發的Chrome擴展程式,該擴展的主要功能是“A fun game to play while waiting for things”。
擴展截圖
下載Snake game擴展crx文件
下載Snake game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple game to play while you're waiting for websites to load! Move the snake around with the arrow keys, eat the red dots to grow bigger, and avoid hitting your own tail. Code functions from codepen.io
擴展基本資訊
名稱 | Snake game |
ID | lljpgahbeilaecaaiecghpmfajfeclge |
官方網址 | https://chromewebstore.google.com/detail/snake-game/lljpgahbeilaecaaiecghpmfajfeclge |
簡介 | A fun game to play while waiting for things |
檔案大小 | 625 KB |
安裝次數 | 20,000 |
目前版本 | 2.9.0 |
更新時間 | 2019-08-19 |
上架時間 | 2019-08-18 |
評分 | 4.49/5 共 67 次評分 |
開發者 | Gecko Software |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake game", "version": "2.9.0", "options_page": "options.html", "permissions": [ "storage" ], "description": "A fun game to play while waiting for things", "offline_enabled": true, "author": "Ian", "icons": { "16": "\/assets\/images\/icon.png", "48": "\/assets\/images\/icon.png", "128": "\/assets\/images\/icon.png" }, "browser_action": { "default_icon": "\/assets\/images\/icon.png", "default_popup": "popup.html" } } |