New York Times Sudoku Importer

Get the .sdk of New York Times sudoku puzzles.

Wat is New York Times Sudoku Importer?

New York Times Sudoku Importer is een Chrome-extensie ontwikkeld door Dave Fol, en de belangrijkste functie is "Get the .sdk of New York Times sudoku puzzles.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New York Times Sudoku Importer

Download New York Times Sudoku Importer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam New York Times Sudoku Importer New York Times Sudoku Importer
ID ekhmjkmibekgoiodgnpbecpchpppjkhn
Officiële URL https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn
Beschrijving Get the .sdk of New York Times sudoku puzzles.
Bestandsgrootte 9.23 KB
Aantal Installaties 196
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2020-06-18
Publicatiedatum 2020-06-18
Beoordeling 3.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Dave Fol
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}