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
官方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"
        }
    }
}