GoEN Sudoku Shortcuts

Play Sudoku.com online with keyboard shortcuts

GoEN Sudoku Shortcuts क्या है?

GoEN Sudoku Shortcuts https://goenlab.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play Sudoku.com online with keyboard shortcuts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GoEN Sudoku Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}