Crossword Scraper

Download digital puzzle files from crossword applets for offline solving.

什么是Crossword Scraper?

Crossword Scraper是由https://jeffpdavidson.com开发的Chrome扩展程序,该扩展的主要功能是“Download digital puzzle files from crossword applets for offline solving.”。

扩展截图

screenshot

下载Crossword Scraper扩展crx文件

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

扩展使用说明

                        On many web pages which have interactive crossword puzzles, this extension will generate and provide download links to obtain the puzzles as .puz, .jpz, .ipuz, or .pdf files. This way, you can solve every puzzle with the app of your choosing, and save an archive of puzzles that you can solve at your leisure.

The following crossword applets are currently supported:

* AmuseLabs (PuzzleMe)
* Boston Globe
* Crosshare
* Crossword Compiler
* Crossword Nexus
* Direct .puz links
* New York Times Crosswords and Acrostics
* Puzzle Society
* PZZL
* The Week
* Universal Uclick
* Wall Street Journal Crosswords and Acrostics
* World of Crosswords
* XWord Info

This extension is open-source - https://github.com/jpd236/CrosswordScraper - contributions welcome!                    

扩展基本信息

名称 Crossword Scraper Crossword Scraper
ID lmneijnoafbpnfdjabialjehgohpmcpo
官方URL https://chromewebstore.google.com/detail/crossword-scraper/lmneijnoafbpnfdjabialjehgohpmcpo
简介 Download digital puzzle files from crossword applets for offline solving.
文件大小 2.8 MB
安装次数 1,187
当前版本 1.3.13
更新时间 2023-12-09
上架时间 2021-06-10
评分 5.00/5 共8次评分
开发者 https://jeffpdavidson.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/jpd236/CrosswordScraper
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Crossword Scraper",
    "description": "Download digital puzzle files from crossword applets for offline solving.",
    "version": "1.3.13",
    "icons": {
        "128": "128.png"
    },
    "action": {
        "default_icon": "48.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "cookies",
        "storage",
        "webNavigation",
        "scripting"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "minimum_chrome_version": "102"
}