Rock Paper Scissors
Let's Play Rock Paper Scissors
Cos'è Rock Paper Scissors?
Rock Paper Scissors è un'estensione di Chrome sviluppata da mushahidkhan835, e la sua funzione principale è "Let's Play Rock Paper Scissors".
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
The users can test their luck against the computer in this extension. This is an extension which the users can use to play Rock, Paper, Scissors against the computer. User must choose from the following options: Rock, Paper or Scissors(with only first letter capitalized). A wrong entry will enable the extension tell the user that an invalid entry has been made.
Informazioni di Base sull'Estensione
Nome | Rock Paper Scissors |
ID | inimhkhhdbgeghmjoeaclkcfemkmkhde |
URL Ufficiale | https://chromewebstore.google.com/detail/rock-paper-scissors/inimhkhhdbgeghmjoeaclkcfemkmkhde |
Descrizione | Let's Play Rock Paper Scissors |
Dimensione del File | 9.8 KB |
Conteggio Installazioni | 323 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-01-06 |
Data di Pubblicazione | 2015-01-05 |
Valutazione | 1.67/5 Totale 3 Valutazioni |
Sviluppatore | mushahidkhan835 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rock Paper Scissors", "version": "1.2", "description": "Let's Play Rock Paper Scissors", "manifest_version": 2, "browser_action": { "default_icon": "p2.png", "default_popup": "popup.html" } } |