GoEN Sudoku Shortcuts

Play Sudoku.com online with keyboard shortcuts

Cos'è GoEN Sudoku Shortcuts?

GoEN Sudoku Shortcuts è un'estensione di Chrome sviluppata da https://goenlab.com, e la sua funzione principale è "Play Sudoku.com online with keyboard shortcuts".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GoEN Sudoku Shortcuts

Scarica i file di estensione GoEN Sudoku Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome GoEN Sudoku Shortcuts GoEN Sudoku Shortcuts
ID hoadndnimhpnempojchlgpcolfjpljhi
URL Ufficiale https://chromewebstore.google.com/detail/goen-sudoku-shortcuts/hoadndnimhpnempojchlgpcolfjpljhi
Descrizione Play Sudoku.com online with keyboard shortcuts
Dimensione del File 26.74 KB
Conteggio Installazioni 488
Versione Corrente 1.0.3
Ultimo Aggiornamento 2024-02-28
Data di Pubblicazione 2023-04-06
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://goenlab.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}