Rock Paper Scissors
A computerized version of a classic game.
What is Rock Paper Scissors?
Rock Paper Scissors is a Chrome extension developed by http://www.deeheber.com, and its main feature is "A computerized version of a classic game.".
Extension Screenshots
Download Rock Paper Scissors Extension CRX File
Download Rock Paper Scissors extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ngdfhjfgdakniamhoodbaljgoaoollok |
Official URL | https://chrome.google.com/webstore/detail/rock-paper-scissors/ngdfhjfgdakniamhoodbaljgoaoollok |
Description | A computerized version of a classic game. |
File Size | 6.82 KB |
Installation Count | 24 |
Current Version | 2.0 |
Last Updated | 2016-02-28 |
Publish Date | 2016-02-28 |
Rating | 4.50/5 Total 2 Ratings |
Developer | http://www.deeheber.com |
Payment Type | free |
Extension Website | http://www.deeheber.com |
Supported Languages | 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" ] } |