RU Cubing
A Rubik's cube timer and scrambler
Co to jest RU Cubing?
RU Cubing to rozszerzenie Chrome opracowane przez https://cameronsamuels.com, a jego główną funkcją jest „A Rubik's cube timer and scrambler”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RU Cubing
Pobierz pliki rozszerzeń RU Cubing w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ekccdoghlaaohndigdhpkpmmcnjebbam |
| Oficjalny URL | https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam |
| Opis | A Rubik's cube timer and scrambler |
| Rozmiar pliku | 68.15 KB |
| Liczba instalacji | 1,208 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2020-11-20 |
| Data Publikacji | 2019-03-09 |
| Ocena | 4.67/5 Łącznie 6 Oceny |
| Deweloper | https://cameronsamuels.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/cameronsamuels/rucubing |
| Adres URL Strony Pomocy | https://github.com/cameronsamuels/rucubing |
| Obsługiwane Języki | 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"
]
} | |