Colorful Rubik's Cube
Colorful Rubik's Cube in Chrome from tCubed!
Colorful Rubik's Cubeคืออะไร?
Colorful Rubik's Cube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.playtcubed.com และคุณลักษณะหลักของมันคือ "Colorful Rubik's Cube in Chrome from tCubed!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorful Rubik's Cube
ดาวน์โหลดไฟล์ส่วนขยาย Colorful Rubik's Cube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play the most beautiful Rubik's Cube Chrome extension now! Very Quick launch into a popup without redirecting to a website. Rotate the cube, rows, and columns by clicking or draging! Can't solve it in one sitting? No worries! Automatic Save and Restore :) You will be sure to love the attractively colored Rubik's Cube and fun sounds :) Or, mute the effects if you prefer. One-click to show the computer solving the puzzle. Automatically tracks your total moves and solved puzzles. More at http://www.PlaytCubed.com/games/rubiks-cube Version History 3.0.1 - Removed unused unsafe-eval from manifest to improve security 3.0.0 - Architecture and small theme updates for better maintainability 2.0.0 - You spoke! We listened! The cube is now bigger and the controls have been simplified. 1.0.1-1.0.2 - Fixed NAN move count number 1.0.0 -Initial
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Colorful Rubik's Cube |
ID | ndmelloaocjpkhmajmkdbbhimohlclkd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/colorful-rubiks-cube/ndmelloaocjpkhmajmkdbbhimohlclkd |
คำอธิบาย | Colorful Rubik's Cube in Chrome from tCubed! |
ขนาดไฟล์ | 2.75 MB |
จำนวนการติดตั้ง | 135,438 |
เวอร์ชันปัจจุบัน | 3.0.1 |
อัปเดตครั้งล่าสุด | 2023-10-11 |
วันที่เผยแพร่ | 2020-03-24 |
คะแนน | 3.03/5 รวมทั้งหมด 157 คะแนน |
ผู้พัฒนา | https://www.playtcubed.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://playtcubed.com/games/rubiks-cube |
URL หน้าช่วยเหลือ | http://www.playtcubed.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicies.com/generic |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-QiwBQCx6qvm4L2ioncuUoClRoE8\/39lYi2QAZN1NrnU=' 'sha256-DXEqUOpamA3rpr9Nojt0+VQM1NXaYjPyXxFA2h88W\/U=' 'sha256-+zRkYGU9h1iMbTAgIJbJFsx2bZ3wPgZO4tD8x+27KI8=' 'sha256-9pbDdgZ7KXTqcNqZ9Uq484mFldf56AXdiwDXF7YVtNI=' 'sha256-gxs+2ROED6jzus97W3NukOLI3igEpmyWck5WX7GOGvU=' 'sha256-quHyHlkD7nXbxLqyYZ8AuOvPPHqVO7Sqqi+0\/AZAjjo=' 'sha256-LP7msr4oZepFOGdy4bkhHtmsdfiYzi6NLvCBFqyLsQo=' 'sha256-GCeIiruJW74Qw43pa4WyUjmM3cEY0kz3NwvQ1LdXnTc=' 'sha256-3lol8vXms+LvjjmOatweKNa3TDcYC5C2Iw0LccGOtNQ=' 'sha256-rT\/l\/CTIC9MIeTHVRDDBQBPEWdJhgc3mywQ0ZgDYwzE=' 'sha256-yv6eyBLn0gK381ohNLkxIfOY+BY9OfLk8CMfVjjlOSs=' 'sha256-NZfB4uoKguySldmCQGDPwHnb2ZR49PD71dNECl5kP+E=' 'sha256-Q4JNsoR2yy3vx3MdgfiTgqGWUKPQB6i4+fBZJ\/b9CVU=' ; object-src 'self';", "name": "Colorful Rubik's Cube", "description": "Colorful Rubik's Cube in Chrome from tCubed!", "version": "3.0.1", "icons": { "128": "game\/images\/icon.png" }, "background": { "page": "template\/background.html", "persistent": false }, "browser_action": { "default_icon": "game\/images\/icon.png", "default_popup": "template\/popup.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ "game\/js\/*", "game\/libs\/*" ] } |