Would you rather?
Another simple game
Would you rather?とは何ですか?
Would you rather?はzjuliaによって開発されたChromeの拡張機能で、その主な機能は「Another simple game」です。
拡張機能のスクリーンショット
Would you rather?拡張機能のCRXファイルをダウンロード
Would you rather?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Would You Rather. This game gives you two options and is generally played in a group. Take turns and have fun answering what you would rather do. Feel free to leave me suggestions or any feedback in general, it is greatly appreciated and I work on these regularly.
Current features:
- Mix and match, the match option gives questions that are related to each other and the mix option gives questions that are random
- Coming soon shows what I'm working on 拡張機能の基本情報
| 名前 | |
| ID | dahplmhpbplcgfabnlodpmnaokbehlfn |
| 公式URL | https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn |
| 説明 | Another simple game |
| ファイルサイズ | 906 KB |
| インストール数 | 767 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-12-04 |
| 公開日 | 2014-12-03 |
| 評価 | 3.30/5 合計 10 レビュー |
| 開発者 | zjulia |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Would you rather?",
"version": "1.0",
"description": "Another simple game",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |