Crossword Scraper

Download digital puzzle files from crossword applets for offline solving.

Crossword Scraperคืออะไร?

Crossword Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jeffpdavidson.com และคุณลักษณะหลักของมันคือ "Download digital puzzle files from crossword applets for offline solving."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crossword Scraper

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}