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
官方網址 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
}