Crossword Scraper
Download digital puzzle files from crossword applets for offline solving.
Crossword Scraper là gì?
Crossword Scraper là một tiện ích mở rộng Chrome được phát triển bởi https://jeffpdavidson.com, và tính năng chính của nó là "Download digital puzzle files from crossword applets for offline solving.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crossword Scraper
Tải xuống các tệp mở rộng Crossword Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crossword Scraper |
ID | lmneijnoafbpnfdjabialjehgohpmcpo |
URL Chính Thức | https://chromewebstore.google.com/detail/crossword-scraper/lmneijnoafbpnfdjabialjehgohpmcpo |
Mô tả | Download digital puzzle files from crossword applets for offline solving. |
Kích Thước Tệp | 2.8 MB |
Số Lần Cài Đặt | 1,187 |
Phiên Bản Hiện Tại | 1.3.13 |
Cập Nhật Lần Cuối | 2023-12-09 |
Ngày Phát Hành | 2021-06-10 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://jeffpdavidson.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/jpd236/CrosswordScraper |
Ngôn Ngữ Được Hỗ Trợ | 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" } |