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
扩展基本信息
名称 | Would you rather? |
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" } } |