New York Times Sudoku Importer
Get the .sdk of New York Times sudoku puzzles.
什么是New York Times Sudoku Importer?
New York Times Sudoku Importer是由Dave Fol开发的Chrome扩展程序,该扩展的主要功能是“Get the .sdk of New York Times sudoku puzzles.”。
扩展截图
下载New York Times Sudoku Importer扩展crx文件
下载New York Times Sudoku Importer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Convert the New York Times sudoku puzzles, easy, medium, and hard, into .sdk format at the push of a button. This allows you to import it into your favorite sudoku app.
扩展基本信息
名称 | New York Times Sudoku Importer |
ID | ekhmjkmibekgoiodgnpbecpchpppjkhn |
官方URL | https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn |
简介 | Get the .sdk of New York Times sudoku puzzles. |
文件大小 | 9.23 KB |
安装次数 | 196 |
当前版本 | 0.0.0.1 |
更新时间 | 2020-06-18 |
上架时间 | 2020-06-18 |
评分 | 3.00/5 共3次评分 |
开发者 | Dave Fol |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New York Times Sudoku Importer", "version": "0.0.0.1", "description": "Get the .sdk of New York Times sudoku puzzles.", "permissions": [ "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "nyt_sudoku_importer_icons\/Artboard 1.png", "32": "nyt_sudoku_importer_icons\/Artboard [email protected]", "48": "nyt_sudoku_importer_icons\/Artboard [email protected]", "128": "nyt_sudoku_importer_icons\/Artboard [email protected]" } }, "icons": { "16": "nyt_sudoku_importer_icons\/Artboard 1.png", "32": "nyt_sudoku_importer_icons\/Artboard [email protected]", "48": "nyt_sudoku_importer_icons\/Artboard [email protected]", "128": "nyt_sudoku_importer_icons\/Artboard [email protected]" }, "manifest_version": 2 } |