RU Cubing

A Rubik's cube timer and scrambler

Cos'è RU Cubing?

RU Cubing è un'estensione di Chrome sviluppata da https://cameronsamuels.com, e la sua funzione principale è "A Rubik's cube timer and scrambler".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RU Cubing

Scarica i file di estensione RU Cubing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome RU Cubing RU Cubing
ID ekccdoghlaaohndigdhpkpmmcnjebbam
URL Ufficiale https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam
Descrizione A Rubik's cube timer and scrambler
Dimensione del File 68.15 KB
Conteggio Installazioni 1,208
Versione Corrente 1.2
Ultimo Aggiornamento 2020-11-20
Data di Pubblicazione 2019-03-09
Valutazione 4.67/5 Totale 6 Valutazioni
Sviluppatore https://cameronsamuels.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/cameronsamuels/rucubing
URL della Pagina di Aiuto https://github.com/cameronsamuels/rucubing
Lingue Supportate 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"
    ]
}