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" ] } |