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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A game of Yahtzee to play when you want to go out but just can't.”。

擴展截圖

screenshot

下載Social Distancing Yahtzee擴展crx文件

下載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
官方網址 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"
        }
    }
}