RU Cubing

A Rubik's cube timer and scrambler

什么是RU Cubing?

RU Cubing是由https://cameronsamuels.com开发的Chrome扩展程序,该扩展的主要功能是“A Rubik's cube timer and scrambler”。

扩展截图

screenshot
screenshot

下载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 RU Cubing
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"
    ]
}