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.”。
擴展截圖
下載Crossword Scraper擴展crx文件
下載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 |
ID | lmneijnoafbpnfdjabialjehgohpmcpo |
官方網址 | 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" } |