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.」です。
拡張機能のスクリーンショット
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 |
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" } } } |