Snake
Play Snake!
Snakeคืออะไร?
Snake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย philip s และคุณลักษณะหลักของมันคือ "Play Snake!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snake
ดาวน์โหลดไฟล์ส่วนขยาย Snake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play the classic snake game in a Google Chrome popup.
Select a difficulty and use arrow keys to control.
Control the snake to eat the food and grow, but be careful not to eat yourself or touch the wall. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | goicnfoaggodccboajidgdckohdpfmib |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/snake/goicnfoaggodccboajidgdckohdpfmib |
| คำอธิบาย | Play Snake! |
| ขนาดไฟล์ | 24.14 KB |
| จำนวนการติดตั้ง | 444 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2018-07-29 |
| วันที่เผยแพร่ | 2018-07-28 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | philip s |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Snake",
"version": "1.0",
"description": "Play Snake!",
"manifest_version": 2,
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Snake!",
"default_popup": "popup.html"
},
"icons": {
"16": "s16.png",
"32": "s32.png",
"48": "s48.png",
"64": "s64.png",
"128": "s128.png"
}
} | |