Social Distancing Yahtzee

A game of Yahtzee to play when you want to go out but just can't.

Social Distancing Yahtzeeคืออะไร?

Social Distancing Yahtzee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "A game of Yahtzee to play when you want to go out but just can't."

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

screenshot

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

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

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

                        This is a simple game of Yahtzee made to replace your New Tab screen. It does all the math for you so all you need to do is click a few buttons. :)                    

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

ชื่อ Social Distancing Yahtzee Social Distancing Yahtzee
ID ndikechnlonlbampebndhlcihkeebbah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social-distancing-yahtzee/ndikechnlonlbampebndhlcihkeebbah
คำอธิบาย A game of Yahtzee to play when you want to go out but just can't.
ขนาดไฟล์ 34.84 KB
จำนวนการติดตั้ง 37
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-04-10
วันที่เผยแพร่ 2020-04-09
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Social Distancing Yahtzee",
    "description": "A game of Yahtzee to play when you want to go out but just can't.",
    "version": "1.0",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    }
}