Hangman

Play the game Hangman.

Hangmanคืออะไร?

Hangman เป็นส่วนขยายของ Chrome ที่พัฒนาโดย auburnpeachfuzz และคุณลักษณะหลักของมันคือ "Play the game Hangman."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension allows users to play a quick game of hangman whenever they want. It features many different categories, including actors, movies, animals, brands, and rappers, along with different difficulty settings to customize one's experience.

Icon made by QuizAnswers from www.icons101.com                    

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

ชื่อ Hangman Hangman
ID dgicdiobkdfpalmbbdcmmjhmnpaicnkh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/hangman/dgicdiobkdfpalmbbdcmmjhmnpaicnkh
คำอธิบาย Play the game Hangman.
ขนาดไฟล์ 30.15 KB
จำนวนการติดตั้ง 269
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-07-16
วันที่เผยแพร่ 2018-07-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา auburnpeachfuzz
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangman",
    "description": "Play the game Hangman.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}