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

تحميل ملف CRX للإضافة New York Times Sudoku Importer

قم بتنزيل ملفات الامتداد New York Times Sudoku Importer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [email protected]
نوع الدفع 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 [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
}