RU Cubing

A Rubik's cube timer and scrambler

What is RU Cubing?

RU Cubing is a Chrome extension developed by https://cameronsamuels.com, and its main feature is "A Rubik's cube timer and scrambler".

Extension Screenshots

screenshot
screenshot

Download RU Cubing Extension CRX File

Download RU Cubing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name RU Cubing RU Cubing
ID ekccdoghlaaohndigdhpkpmmcnjebbam
Official URL https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam
Description A Rubik's cube timer and scrambler
File Size 68.15 KB
Installation Count 1,208
Current Version 1.2
Last Updated 2020-11-20
Publish Date 2019-03-09
Rating 4.67/5 Total 6 Ratings
Developer https://cameronsamuels.com
Email [email protected]
Payment Type free
Extension Website https://github.com/cameronsamuels/rucubing
Help Page URL https://github.com/cameronsamuels/rucubing
Supported Languages 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"
    ]
}