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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pied Piper และคุณลักษณะหลักของมันคือ "Snake - perfect for killing time when you're offline. Controls: Arrow keys to move, Slider to adjust speed (disabled during a game)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snake
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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"
]
} | |