RU Cubing
A Rubik's cube timer and scrambler
Что такое RU Cubing?
RU Cubing - это расширение Chrome, разработанное https://cameronsamuels.com, и его основная функция - "A Rubik's cube timer and scrambler".
Снимки экрана расширения
Скачать файл CRX расширения RU Cubing
Скачайте файлы расширений RU Cubing в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | ekccdoghlaaohndigdhpkpmmcnjebbam |
| Официальный URL | https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam |
| Описание | A Rubik's cube timer and scrambler |
| Размер файла | 68.15 KB |
| Количество установок | 1,208 |
| Текущая Версия | 1.2 |
| Последнее Обновление | 2020-11-20 |
| Дата публикации | 2019-03-09 |
| Рейтинг | 4.67/5 Всего 6 оценок |
| Разработчик | https://cameronsamuels.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/cameronsamuels/rucubing |
| URL страницы помощи | https://github.com/cameronsamuels/rucubing |
| Поддерживаемые языки | 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"
]
} | |