GoEN Sudoku Shortcuts
Play Sudoku.com online with keyboard shortcuts
ما هو GoEN Sudoku Shortcuts؟
GoEN Sudoku Shortcuts هو إضافة Chrome تم تطويرها بواسطة https://goenlab.com، والميزة الرئيسية لها هي "Play Sudoku.com online with keyboard shortcuts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GoEN Sudoku Shortcuts
قم بتنزيل ملفات الامتداد GoEN Sudoku Shortcuts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |