RU Cubing
A Rubik's cube timer and scrambler
Apa itu RU Cubing?
RU Cubing adalah ekstensi Chrome yang dikembangkan oleh https://cameronsamuels.com, dan fitur utamanya adalah "A Rubik's cube timer and scrambler".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RU Cubing
Unduh file ekstensi RU Cubing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | RU Cubing |
ID | ekccdoghlaaohndigdhpkpmmcnjebbam |
URL Resmi | https://chromewebstore.google.com/detail/ru-cubing/ekccdoghlaaohndigdhpkpmmcnjebbam |
Deskripsi | A Rubik's cube timer and scrambler |
Ukuran File | 68.15 KB |
Jumlah Instalasi | 1,208 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2020-11-20 |
Tanggal Publikasi | 2019-03-09 |
Penilaian | 4.67/5 Total 6 Penilaian |
Pengembang | https://cameronsamuels.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/cameronsamuels/rucubing |
URL Halaman Bantuan | https://github.com/cameronsamuels/rucubing |
Bahasa yang Didukung | 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" ] } |