RU Cubing

A Rubik's cube timer and scrambler

RU Cubingคืออะไร?

RU Cubing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cameronsamuels.com และคุณลักษณะหลักของมันคือ "A Rubik's cube timer and scrambler"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RU Cubing

ดาวน์โหลดไฟล์ส่วนขยาย RU Cubing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Rubik's cube timer and scrambler

FEATURES
• Syncs your times with other computers
• Shows 25 move scrambles
• Iidentify new bests with a green background
• Use a keyboard or mouse
• Hours to milleseconds
• Big text for easily seeing across the room                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RU Cubing RU Cubing
ID ekccdoghlaaohndigdhpkpmmcnjebbam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam
คำอธิบาย A Rubik's cube timer and scrambler
ขนาดไฟล์ 68.15 KB
จำนวนการติดตั้ง 1,208
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2020-11-20
วันที่เผยแพร่ 2019-03-09
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://cameronsamuels.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cameronsamuels/rucubing
URL หน้าช่วยเหลือ https://github.com/cameronsamuels/rucubing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RU Cubing",
    "description": "A Rubik's cube timer and scrambler",
    "version": "1.2",
    "icons": {
        "192": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "RU Cubing"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ]
}