Would you rather?
Another simple game
Would you rather?란 무엇입니까?
Would you rather?은(는) zjulia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Another simple game"입니다.
확장 프로그램 스크린샷
Would you rather? 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |