Sudoku Solver
Extention that solves sudokus.
什么是Sudoku Solver?
Sudoku Solver是由https://nurmi.dev开发的Chrome扩展程序,该扩展的主要功能是“Extention that solves sudokus.”。
扩展截图
下载Sudoku Solver扩展crx文件
下载Sudoku Solver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this handy extension to solve sudokus. You can type your own puzzle or import/export sudoku from site http://www.free-sudoku.com. 扩展基本信息
| 名称 | |
| ID | elhpkohfgpfdgkboabmhllkihpcccaka |
| 官方URL | https://chromewebstore.google.com/detail/sudoku-solver/elhpkohfgpfdgkboabmhllkihpcccaka |
| 简介 | Extention that solves sudokus. |
| 文件大小 | 21.14 KB |
| 安装次数 | 76 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-10-11 |
| 上架时间 | 2019-10-10 |
| 开发者 | https://nurmi.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Sudoku Solver",
"description": "Extention that solves sudokus.",
"version": "1.0.0",
"icons": {
"128": "icon_128.png"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
" | |