New York Times Sudoku Importer

Get the .sdk of New York Times sudoku puzzles.

Что такое New York Times Sudoku Importer?

New York Times Sudoku Importer - это расширение Chrome, разработанное Dave Fol, и его основная функция - "Get the .sdk of New York Times sudoku puzzles.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения New York Times Sudoku Importer

Скачайте файлы расширений New York Times Sudoku Importer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название New York Times Sudoku Importer New York Times Sudoku Importer
ID ekhmjkmibekgoiodgnpbecpchpppjkhn
Официальный URL https://chromewebstore.google.com/detail/new-york-times-sudoku-imp/ekhmjkmibekgoiodgnpbecpchpppjkhn
Описание Get the .sdk of New York Times sudoku puzzles.
Размер файла 9.23 KB
Количество установок 196
Текущая Версия 0.0.0.1
Последнее Обновление 2020-06-18
Дата публикации 2020-06-18
Рейтинг 3.00/5 Всего 3 оценок
Разработчик Dave Fol
Электронная почта dof5@cornell.edu
Тип оплаты free
Поддерживаемые языки 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 1@2x.png",
            "48": "nyt_sudoku_importer_icons\/Artboard 1@3x.png",
            "128": "nyt_sudoku_importer_icons\/Artboard 1@4x.png"
        }
    },
    "icons": {
        "16": "nyt_sudoku_importer_icons\/Artboard 1.png",
        "32": "nyt_sudoku_importer_icons\/Artboard 1@2x.png",
        "48": "nyt_sudoku_importer_icons\/Artboard 1@3x.png",
        "128": "nyt_sudoku_importer_icons\/Artboard 1@4x.png"
    },
    "manifest_version": 2
}