RU Cubing
A Rubik's cube timer and scrambler
Vad är RU Cubing?
RU Cubing är en Chrome-tillägg utvecklad av https://cameronsamuels.com, och dess huvudfunktion är "A Rubik's cube timer and scrambler".
Tilläggsskärmbilder
Ladda ner RU Cubing-förlängningens CRX-fil
Ladda ner RU Cubing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ekccdoghlaaohndigdhpkpmmcnjebbam |
| Officiell webbadress | https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam |
| Beskrivning | A Rubik's cube timer and scrambler |
| Filstorlek | 68.15 KB |
| Antal Installationer | 1,208 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2020-11-20 |
| Publiceringsdatum | 2019-03-09 |
| Betyg | 4.67/5 Totalt 6 Betyg |
| Utvecklare | https://cameronsamuels.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/cameronsamuels/rucubing |
| Hjälpsida URL | https://github.com/cameronsamuels/rucubing |
| Stödda Språk | 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"
]
} | |