Sudoku Scanner
A chrome extension that can scan and solve sudoku puzzles
什麼是Sudoku Scanner?
Sudoku Scanner是由bubloo7開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension that can scan and solve sudoku puzzles”。
擴展截圖
下載Sudoku Scanner擴展crx文件
下載Sudoku Scanner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This chrome extension will let you scan and solve sudoku boards quickly and easily! It works on a number of websites like sudoku.com, usdoku.com, NY times Sudoku, and much much more! It can even work for images! Start by pressing the scan button to scan your screen for a sudoku board. You can then press the show button to show the answers! You can also use your mouse and/or keyboard to select a square and fill it in manually. Download the extension and get started today! The way the extension works is by taking a screenshot of the users current window, identifying where the board is in the user's screen, and then using OCR to read the board. As such, the user must consent to making the contents of their screen be available. The screenshot will only be taken when the user consents by pressing the scan button in the chrome extension and will never run in the background or when the user is unaware of it. The data will never be stored or shared in any shape or form. Privacy is incredibly important and we promise that the only use of the scan feature is to find and identify the sudoku board automatically. The source code for the project can be found on github here: https://github.com/bubloo7/Sudoku-Scan
擴展基本資訊
名稱 | Sudoku Scanner |
ID | pgiimbpbjcpmibecjiajmbfjofojofjf |
官方網址 | https://chromewebstore.google.com/detail/sudoku-scanner/pgiimbpbjcpmibecjiajmbfjofojofjf |
簡介 | A chrome extension that can scan and solve sudoku puzzles |
檔案大小 | 172 KB |
安裝次數 | 50 |
目前版本 | 1.0.9 |
更新時間 | 2022-10-18 |
上架時間 | 2022-09-27 |
評分 | 5.00/5 共 4 次評分 |
開發者 | bubloo7 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/bubloo7/Sudoku-Scan |
說明頁面URL | https://github.com/bubloo7 |
隱私政策頁面URL | https://docs.google.com/document/d/1GHeWUY0IMWh7iPecgGg4MAAJn6BU1JrkL-pNxBrHpwU/edit |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A chrome extension that can scan and solve sudoku puzzles", "version": "1.0.9", "manifest_version": 3, "name": "Sudoku Scanner", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "storage" ], "host_permissions": [ " |