RU Cubing

A Rubik's cube timer and scrambler

RU Cubing क्या है?

RU Cubing https://cameronsamuels.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Rubik's cube timer and scrambler"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RU Cubing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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