Snake Game

Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.

Snake Gameคืออะไร?

Snake Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tarundabhi และคุณลักษณะหลักของมันคือ "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Snake Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Play snake game in popup screen.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Snake Game Snake Game
ID mdiglfhigdpnlagochjojlpbaifdccdb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/snake-game/mdiglfhigdpnlagochjojlpbaifdccdb
คำอธิบาย Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.
ขนาดไฟล์ 68.06 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-02-21
วันที่เผยแพร่ 2019-09-24
คะแนน 3.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา tarundabhi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snake Game",
    "version": "1.1",
    "description": "Play snake game in popup screen. Use arrow keys to change the direction of the snake and catch the bug.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}