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
Eメール [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"
    ]
}