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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}