Rock Paper Scissors
A computerized version of a classic game.
Rock Paper Scissorsคืออะไร?
Rock Paper Scissors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.deeheber.com และคุณลักษณะหลักของมันคือ "A computerized version of a classic game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rock Paper Scissors
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |