Rock Paper Scissors
A computerized version of a classic game.
Rock Paper Scissors क्या है?
Rock Paper Scissors http://www.deeheber.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A computerized version of a classic game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rock Paper Scissors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |