RU Cubing
A Rubik's cube timer and scrambler
什麼是RU Cubing?
RU Cubing是由https://cameronsamuels.com開發的Chrome擴展程式,該擴展的主要功能是“A Rubik's cube timer and scrambler”。
擴展截圖
下載RU Cubing擴展crx文件
下載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
擴展基本資訊
名稱 | RU Cubing |
ID | ekccdoghlaaohndigdhpkpmmcnjebbam |
官方網址 | 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" ] } |