RU Cubing

A Rubik's cube timer and scrambler

Qu'est-ce que RU Cubing ?

RU Cubing est une extension Chrome développée par https://cameronsamuels.com, et sa fonction principale est "A Rubik's cube timer and scrambler".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension RU Cubing

Téléchargez les fichiers d'extension RU Cubing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom RU Cubing RU Cubing
ID ekccdoghlaaohndigdhpkpmmcnjebbam
URL Officiel https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam
Description A Rubik's cube timer and scrambler
Taille du Fichier 68.15 KB
Nombre d'Installations 1,208
Version Actuelle 1.2
Dernière Mise à Jour 2020-11-20
Date de Publication 2019-03-09
Évaluation 4.67/5 Total 6 Évaluations
Développeur https://cameronsamuels.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/cameronsamuels/rucubing
URL de la Page d'Aide https://github.com/cameronsamuels/rucubing
Langues Prises en Charge 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"
    ]
}