Crossword Scraper

Download digital puzzle files from crossword applets for offline solving.

Hvad er Crossword Scraper?

Crossword Scraper er en Chrome-udvidelse udviklet af https://jeffpdavidson.com, og dens hovedfunktion er "Download digital puzzle files from crossword applets for offline solving.".

Udvidelsesskærmbilleder

screenshot

Download Crossword Scraper-udvidelses-CRX-fil

Download Crossword Scraper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Crossword Scraper Crossword Scraper
ID lmneijnoafbpnfdjabialjehgohpmcpo
Officiel URL https://chromewebstore.google.com/detail/crossword-scraper/lmneijnoafbpnfdjabialjehgohpmcpo
Beskrivelse Download digital puzzle files from crossword applets for offline solving.
Filstørrelse 2.8 MB
Antal Installationer 1,187
Nuværende Version 1.3.13
Senest Opdateret 2023-12-09
Udgivelsesdato 2021-06-10
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler https://jeffpdavidson.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/jpd236/CrosswordScraper
Understøttede Sprog 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"
}