GoEN Sudoku Shortcuts

Play Sudoku.com online with keyboard shortcuts

Wat is GoEN Sudoku Shortcuts?

GoEN Sudoku Shortcuts is een Chrome-extensie ontwikkeld door https://goenlab.com, en de belangrijkste functie is "Play Sudoku.com online with keyboard shortcuts".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GoEN Sudoku Shortcuts

Download GoEN Sudoku Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam GoEN Sudoku Shortcuts GoEN Sudoku Shortcuts
ID hoadndnimhpnempojchlgpcolfjpljhi
Officiële URL https://chromewebstore.google.com/detail/goen-sudoku-shortcuts/hoadndnimhpnempojchlgpcolfjpljhi
Beschrijving Play Sudoku.com online with keyboard shortcuts
Bestandsgrootte 26.74 KB
Aantal Installaties 488
Huidige Versie 1.0.3
Laatst Bijgewerkt 2024-02-28
Publicatiedatum 2023-04-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://goenlab.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}