Rock Paper Scissors
Let's Play Rock Paper Scissors
什么是Rock Paper Scissors?
Rock Paper Scissors是由mushahidkhan835开发的Chrome扩展程序,该扩展的主要功能是“Let's Play Rock Paper Scissors”。
扩展截图
下载Rock Paper Scissors扩展crx文件
下载Rock Paper Scissors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Rock Paper Scissors |
ID | inimhkhhdbgeghmjoeaclkcfemkmkhde |
官方URL | https://chromewebstore.google.com/detail/rock-paper-scissors/inimhkhhdbgeghmjoeaclkcfemkmkhde |
简介 | Let's Play Rock Paper Scissors |
文件大小 | 9.8 KB |
安装次数 | 323 |
当前版本 | 1.2 |
更新时间 | 2015-01-06 |
上架时间 | 2015-01-05 |
评分 | 1.67/5 共3次评分 |
开发者 | mushahidkhan835 |
付费类型 | free |
支持的语言 | 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" } } |