New York Times Sudoku Importer

Get the .sdk of New York Times sudoku puzzles.

New York Times Sudoku Importer क्या है?

New York Times Sudoku Importer Dave Fol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get the .sdk of New York Times sudoku puzzles."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में New York Times Sudoku Importer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}