Rock Paper Scissors
A computerized version of a classic game.
Cos'è Rock Paper Scissors?
Rock Paper Scissors è un'estensione di Chrome sviluppata da http://www.deeheber.com, e la sua funzione principale è "A computerized version of a classic game.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rock Paper Scissors
Scarica i file di estensione Rock Paper Scissors in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ngdfhjfgdakniamhoodbaljgoaoollok |
URL Ufficiale | https://chrome.google.com/webstore/detail/rock-paper-scissors/ngdfhjfgdakniamhoodbaljgoaoollok |
Descrizione | A computerized version of a classic game. |
Dimensione del File | 6.82 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2016-02-28 |
Data di Pubblicazione | 2016-02-28 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | http://www.deeheber.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.deeheber.com |
Lingue Supportate | 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" ] } |