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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
]
} | |