squares.io puzzle downloader

Help squares.io download crossword puzzles from the NYT and others.

squares.io puzzle downloader là gì?

squares.io puzzle downloader là một tiện ích mở rộng Chrome được phát triển bởi https://squares.io, và tính năng chính của nó là "Help squares.io download crossword puzzles from the NYT and others.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng squares.io puzzle downloader

Tải xuống các tệp mở rộng squares.io puzzle downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is used by squares.io to download crossword puzzles from the NYT and other sites.

(Because of how web browsers handle security, downloads from external sites requires an extension.)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên squares.io puzzle downloader squares.io puzzle downloader
ID gkfpnohhmkonpkkpdbebccbgnajfgpjp
URL Chính Thức https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp
Mô tả Help squares.io download crossword puzzles from the NYT and others.
Kích Thước Tệp 11.44 KB
Số Lần Cài Đặt 1,438
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2022-03-14
Ngày Phát Hành 2020-04-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://squares.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://squares.io/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "squares.io puzzle downloader",
    "version": "1.1.5",
    "description": "Help squares.io download crossword puzzles from the NYT and others.",
    "icons": {
        "128": "icon_128.png",
        "32": "icon_32.png"
    },
    "homepage_url": "https:\/\/squares.io\/",
    "permissions": [
        "https:\/\/squares.io\/",
        "https:\/\/www.nytimes.com\/",
        "contextMenus",
        "storage",
        "activeTab"
    ],
    "optional_permissions": [
        "*:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "connect.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/squares.io\/fetch\/*"
        ]
    }
}