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