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によって開発されたChromeの拡張機能で、その主な機能は「Get the .sdk of New York Times sudoku puzzles.」です。

拡張機能のスクリーンショット

screenshot

New York Times Sudoku Importer拡張機能のCRXファイルをダウンロード

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
Eメール [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
}