RU Cubing
A Rubik's cube timer and scrambler
Wat is RU Cubing?
RU Cubing is een Chrome-extensie ontwikkeld door https://cameronsamuels.com, en de belangrijkste functie is "A Rubik's cube timer and scrambler".
Extensie Screenshots
Download het CRX-bestand van de extensie RU Cubing
Download RU Cubing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ekccdoghlaaohndigdhpkpmmcnjebbam |
| Officiële URL | https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam |
| Beschrijving | A Rubik's cube timer and scrambler |
| Bestandsgrootte | 68.15 KB |
| Aantal Installaties | 1,208 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2020-11-20 |
| Publicatiedatum | 2019-03-09 |
| Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | https://cameronsamuels.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/cameronsamuels/rucubing |
| Help Pagina-URL | https://github.com/cameronsamuels/rucubing |
| Ondersteunde Talen | 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"
]
} | |