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 |
公式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 |
Eメール | [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" } |