Name That Part
Have one player read the body part secretly and then have other players try to guess!
Name That Partคืออะไร?
Name That Part เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zjulia และคุณลักษณะหลักของมันคือ "Have one player read the body part secretly and then have other players try to guess!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Name That Part
ดาวน์โหลดไฟล์ส่วนขยาย Name That Part ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The aim of the game is to move a certain body part and see who can guess which body part you're moving first.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Name That Part |
ID | mnjogjpljdlpngmfljhdhkleijoinpho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho |
คำอธิบาย | Have one player read the body part secretly and then have other players try to guess! |
ขนาดไฟล์ | 1.05 MB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-01-04 |
วันที่เผยแพร่ | 2015-01-04 |
ผู้พัฒนา | zjulia |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Name That Part", "version": "1.0", "description": "Have one player read the body part secretly and then have other players try to guess!", "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |