New York Times Sudoku Importer
Get the .sdk of New York Times sudoku puzzles.
Apa itu New York Times Sudoku Importer?
New York Times Sudoku Importer adalah ekstensi Chrome yang dikembangkan oleh Dave Fol, dan fitur utamanya adalah "Get the .sdk of New York Times sudoku puzzles.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi New York Times Sudoku Importer
Unduh file ekstensi New York Times Sudoku Importer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | New York Times Sudoku Importer |
ID | ekhmjkmibekgoiodgnpbecpchpppjkhn |
URL Resmi | https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn |
Deskripsi | Get the .sdk of New York Times sudoku puzzles. |
Ukuran File | 9.23 KB |
Jumlah Instalasi | 196 |
Versi Saat Ini | 0.0.0.1 |
Terakhir Diperbarui | 2020-06-18 |
Tanggal Publikasi | 2020-06-18 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | Dave Fol |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |