New York Times Sudoku Importer
Get the .sdk of New York Times sudoku puzzles.
New York Times Sudoku Importer là gì?
New York Times Sudoku Importer là một tiện ích mở rộng Chrome được phát triển bởi Dave Fol, và tính năng chính của nó là "Get the .sdk of New York Times sudoku puzzles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng New York Times Sudoku Importer
Tải xuống các tệp mở rộng New York Times Sudoku Importer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | New York Times Sudoku Importer |
ID | ekhmjkmibekgoiodgnpbecpchpppjkhn |
URL Chính Thức | https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn |
Mô tả | Get the .sdk of New York Times sudoku puzzles. |
Kích Thước Tệp | 9.23 KB |
Số Lần Cài Đặt | 196 |
Phiên Bản Hiện Tại | 0.0.0.1 |
Cập Nhật Lần Cuối | 2020-06-18 |
Ngày Phát Hành | 2020-06-18 |
Đánh Giá | 3.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Dave Fol |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |