GoEN Sudoku Shortcuts
Play Sudoku.com online with keyboard shortcuts
Hvad er GoEN Sudoku Shortcuts?
GoEN Sudoku Shortcuts er en Chrome-udvidelse udviklet af https://goenlab.com, og dens hovedfunktion er "Play Sudoku.com online with keyboard shortcuts".
Udvidelsesskærmbilleder
Download GoEN Sudoku Shortcuts-udvidelses-CRX-fil
Download GoEN Sudoku Shortcuts-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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)
Grundlæggende oplysninger om udvidelsen
Navn | GoEN Sudoku Shortcuts |
ID | hoadndnimhpnempojchlgpcolfjpljhi |
Officiel URL | https://chromewebstore.google.com/detail/goen-sudoku-shortcuts/hoadndnimhpnempojchlgpcolfjpljhi |
Beskrivelse | Play Sudoku.com online with keyboard shortcuts |
Filstørrelse | 26.74 KB |
Antal Installationer | 488 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2024-02-28 |
Udgivelsesdato | 2023-04-06 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://goenlab.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |