Simple PONG

Simple and lightweight PONG Game written in JavaScript using jQuery

Simple PONGคืออะไร?

Simple PONG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MaxMouse และคุณลักษณะหลักของมันคือ "Simple and lightweight PONG Game written in JavaScript using jQuery"

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

screenshot

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

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

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

                        Simple PONG popup game played with up and down keys of your keyboard.
Free, no ads, no registration, no internet connection required.                    

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

ชื่อ Simple PONG Simple PONG
ID ogbjfaoljhhadaijpjaojepohlnipmlp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-pong/ogbjfaoljhhadaijpjaojepohlnipmlp
คำอธิบาย Simple and lightweight PONG Game written in JavaScript using jQuery
ขนาดไฟล์ 56.84 KB
จำนวนการติดตั้ง 12,757
เวอร์ชันปัจจุบัน 3.0
อัปเดตครั้งล่าสุด 2020-07-29
วันที่เผยแพร่ 2017-05-23
คะแนน 3.82/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา MaxMouse
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple PONG",
    "short_name": "PONG",
    "description": "Simple and lightweight PONG Game written in JavaScript using jQuery",
    "version": "3.0",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "game.html"
    },
    "permissions": []
}