squares.io puzzle downloader

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

什么是squares.io puzzle downloader?

squares.io puzzle downloader是由https://squares.io开发的Chrome扩展程序,该扩展的主要功能是“Help squares.io download crossword puzzles from the NYT and others.”。

扩展截图

screenshot

下载squares.io puzzle downloader扩展crx文件

下载squares.io puzzle downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.)                    

扩展基本信息

名称 squares.io puzzle downloader squares.io puzzle downloader
ID gkfpnohhmkonpkkpdbebccbgnajfgpjp
官方URL https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp
简介 Help squares.io download crossword puzzles from the NYT and others.
文件大小 11.44 KB
安装次数 1,438
当前版本 1.1.5
更新时间 2022-03-14
上架时间 2020-04-17
评分 5.00/5 共3次评分
开发者 https://squares.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://squares.io/
支持的语言 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\/*"
        ]
    }
}