GoEN Sudoku Shortcuts

Play Sudoku.com online with keyboard shortcuts

O que é GoEN Sudoku Shortcuts?

GoEN Sudoku Shortcuts é uma extensão do Chrome desenvolvida por https://goenlab.com, e sua principal característica é "Play Sudoku.com online with keyboard shortcuts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão GoEN Sudoku Shortcuts

Baixe arquivos de extensão GoEN Sudoku Shortcuts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome GoEN Sudoku Shortcuts GoEN Sudoku Shortcuts
ID hoadndnimhpnempojchlgpcolfjpljhi
URL Oficial https://chromewebstore.google.com/detail/goen-sudoku-shortcuts/hoadndnimhpnempojchlgpcolfjpljhi
Descrição Play Sudoku.com online with keyboard shortcuts
Tamanho do Arquivo 26.74 KB
Contagem de Instalações 488
Versão Atual 1.0.3
Última Atualização 2024-02-28
Data de Publicação 2023-04-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://goenlab.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}