Jump!

A fun, car-dodging game! How far can you get?

Jump!คืออะไร?

Jump! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Janicki และคุณลักษณะหลักของมันคือ "A fun, car-dodging game! How far can you get?"

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

screenshot
screenshot

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

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

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

                        Jump! This is a fun, action-packed game where the user controls their square to maneuver through traffic! High Score is saved even when you close the extension! Use  your coins to buy new skins, and power-ups in the shop! Can you unlock the random skins? How far can you get? Check out my other games, like Galaxy Patrol, Planet Protector, Snake, and Pongball!                    

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

ชื่อ Jump! Jump!
ID gappjieodenkcldikeopfgiheemoaagb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jump/gappjieodenkcldikeopfgiheemoaagb
คำอธิบาย A fun, car-dodging game! How far can you get?
ขนาดไฟล์ 39.12 KB
จำนวนการติดตั้ง 50,000
เวอร์ชันปัจจุบัน 2.3
อัปเดตครั้งล่าสุด 2019-02-09
วันที่เผยแพร่ 2019-02-09
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Adam Janicki
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jump!",
    "version": "2.3",
    "description": "A fun, car-dodging game! How far can you get?",
    "icons": {
        "128": "jump128.png",
        "48": "jump48.png",
        "16": "jump16.png"
    },
    "browser_action": {
        "default_icon": "jump16.png",
        "default_popup": "frogger.html"
    },
    "permissions": [
        "storage"
    ]
}