GoEN Sudoku Shortcuts

Play Sudoku.com online with keyboard shortcuts

GoEN Sudoku Shortcutsとは何ですか?

GoEN Sudoku Shortcutsはhttps://goenlab.comによって開発されたChromeの拡張機能で、その主な機能は「Play Sudoku.com online with keyboard shortcuts」です。

拡張機能のスクリーンショット

screenshot

GoEN Sudoku Shortcuts拡張機能のCRXファイルをダウンロード

GoEN Sudoku Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Play Sudoku easier and faster with your keyboard! Could Sudoku.com become the best Sudoku website with keyboard shortcuts for pencil marks?

Shortcuts:
- Hold Shift and press number keys: to place a number as a pencil note (use Shift shortcut for pencil marks)
- Key ` (the key is on the left of key number 1): to  toggle pencil marks on and off
- Arrow keys (↑ ↓ → ←): to move the current cursor (active cell).
- Number keys (1 to 9): to place a number.
- Key - (underscore): to Undo (also use Ctrl + Z)
- Key = (equal): to display Hint
- Key Backspace: to clear (Erease)                    

拡張機能の基本情報

名前 GoEN Sudoku Shortcuts GoEN Sudoku Shortcuts
ID hoadndnimhpnempojchlgpcolfjpljhi
公式URL https://chromewebstore.google.com/detail/goen-sudoku-shortcuts/hoadndnimhpnempojchlgpcolfjpljhi
説明 Play Sudoku.com online with keyboard shortcuts
ファイルサイズ 26.74 KB
インストール数 488
現在のバージョン 1.0.3
最終更新日 2024-02-28
公開日 2023-04-06
評価 5.00/5 合計 2 レビュー
開発者 https://goenlab.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoEN Sudoku Shortcuts",
    "description": "Play Sudoku.com online with keyboard shortcuts",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.sudoku.com\/*"
            ],
            "js": [
                ".\/content-scripts.js"
            ],
            "css": [
                ".\/num.css"
            ]
        }
    ],
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": {
            "128": "\/images\/doku-icon128.png"
        }
    },
    "icons": {
        "128": "\/images\/doku-icon128.png"
    }
}