New York Times Sudoku Importer
Get the .sdk of New York Times sudoku puzzles.
Co to jest New York Times Sudoku Importer?
New York Times Sudoku Importer to rozszerzenie Chrome opracowane przez Dave Fol, a jego główną funkcją jest „Get the .sdk of New York Times sudoku puzzles.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia New York Times Sudoku Importer
Pobierz pliki rozszerzeń New York Times Sudoku Importer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | New York Times Sudoku Importer |
ID | ekhmjkmibekgoiodgnpbecpchpppjkhn |
Oficjalny URL | https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn |
Opis | Get the .sdk of New York Times sudoku puzzles. |
Rozmiar pliku | 9.23 KB |
Liczba instalacji | 196 |
Aktualna Wersja | 0.0.0.1 |
Ostatnia Aktualizacja | 2020-06-18 |
Data Publikacji | 2020-06-18 |
Ocena | 3.00/5 Łącznie 3 Oceny |
Deweloper | Dave Fol |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |