Snake game

A fun game to play while waiting for things

Snake gameคืออะไร?

Snake game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gecko Software และคุณลักษณะหลักของมันคือ "A fun game to play while waiting for things"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snake game

ดาวน์โหลดไฟล์ส่วนขยาย 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 Snake game
ID lljpgahbeilaecaaiecghpmfajfeclge
URL อย่างเป็นทางการ 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"
    }
}