Rock Paper Scissors
A computerized version of a classic game.
Rock Paper Scissors란 무엇입니까?
Rock Paper Scissors은(는) http://www.deeheber.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A computerized version of a classic game."입니다.
확장 프로그램 스크린샷
Rock Paper Scissors 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever feel bored and want something quick to pass the time? Maybe watching Hulu and need something to do while the commercials are happening? This game is your answer! This is an electronic spin on the classic game of Rock, Paper, or Scissors. Each game consists of five rounds, but you also have the option to start a fresh game if you prefer.
확장 프로그램 기본 정보
이름 | |
ID | ngdfhjfgdakniamhoodbaljgoaoollok |
공식 URL | https://chrome.google.com/webstore/detail/rock-paper-scissors/ngdfhjfgdakniamhoodbaljgoaoollok |
설명 | A computerized version of a classic game. |
파일 크기 | 6.82 KB |
설치 횟수 | 24 |
현재 버전 | 2.0 |
최근 업데이트 | 2016-02-28 |
출시 날짜 | 2016-02-28 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | http://www.deeheber.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.deeheber.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rock Paper Scissors", "author": "Danielle Heberling", "description": "A computerized version of a classic game.", "version": "2.0", "background": { "scripts": [ "app.js" ], "persistent": false }, "icons": { "48": "icon-48.png" }, "browser_action": { "default_icon": "icon-48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |