Snake
Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)
什麼是Snake?
Snake是由Pied Piper開發的Chrome擴展程式,該擴展的主要功能是“Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)”。
擴展截圖
下載Snake擴展crx文件
下載Snake擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Waiting for your internet to come back online, or a web page to load? Or do you just want to have a bit of fun in some spare time? This classic snake game is for you!
Controls: Arrow keys to move and the slider changes snake speed, though it is disabled during a game. 擴展基本資訊
| 名稱 | |
| ID | lnkcbfimmmgcemkbgfghlpoamhoakdif |
| 官方網址 | https://chromewebstore.google.com/detail/snake/lnkcbfimmmgcemkbgfghlpoamhoakdif |
| 簡介 | Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game) |
| 檔案大小 | 43.3 KB |
| 安裝次數 | 4,445 |
| 目前版本 | 1.0.2 |
| 更新時間 | 2021-05-06 |
| 上架時間 | 2021-05-05 |
| 評分 | 4.67/5 共 3 次評分 |
| 開發者 | Pied Piper |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Snake",
"version": "1.0.2",
"description": "Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)",
"icons": {
"32": "icons\/icon.png"
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_title": "Snake",
"default_popup": "popup.html"
},
"permissions": [
"storage"
]
} | |