New York Times Sudoku Importer
Get the .sdk of New York Times sudoku puzzles.
Vad är New York Times Sudoku Importer?
New York Times Sudoku Importer är en Chrome-tillägg utvecklad av Dave Fol, och dess huvudfunktion är "Get the .sdk of New York Times sudoku puzzles.".
Tilläggsskärmbilder
Ladda ner New York Times Sudoku Importer-förlängningens CRX-fil
Ladda ner New York Times Sudoku Importer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | New York Times Sudoku Importer |
ID | ekhmjkmibekgoiodgnpbecpchpppjkhn |
Officiell webbadress | https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn |
Beskrivning | Get the .sdk of New York Times sudoku puzzles. |
Filstorlek | 9.23 KB |
Antal Installationer | 196 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2020-06-18 |
Publiceringsdatum | 2020-06-18 |
Betyg | 3.00/5 Totalt 3 Betyg |
Utvecklare | Dave Fol |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |