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ファイルをダウンロード
Rock Paper Scissors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |