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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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