New York Times Sudoku Importer

Get the .sdk of New York Times sudoku puzzles.

Cos'è New York Times Sudoku Importer?

New York Times Sudoku Importer è un'estensione di Chrome sviluppata da Dave Fol, e la sua funzione principale è "Get the .sdk of New York Times sudoku puzzles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione New York Times Sudoku Importer

Scarica i file di estensione New York Times Sudoku Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome New York Times Sudoku Importer New York Times Sudoku Importer
ID ekhmjkmibekgoiodgnpbecpchpppjkhn
URL Ufficiale https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn
Descrizione Get the .sdk of New York Times sudoku puzzles.
Dimensione del File 9.23 KB
Conteggio Installazioni 196
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2020-06-18
Data di Pubblicazione 2020-06-18
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore Dave Fol
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}