Crossword Scraper
Download digital puzzle files from crossword applets for offline solving.
O que é Crossword Scraper?
Crossword Scraper é uma extensão do Chrome desenvolvida por https://jeffpdavidson.com, e sua principal característica é "Download digital puzzle files from crossword applets for offline solving.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Crossword Scraper
Baixe arquivos de extensão Crossword Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Crossword Scraper |
ID | lmneijnoafbpnfdjabialjehgohpmcpo |
URL Oficial | https://chromewebstore.google.com/detail/crossword-scraper/lmneijnoafbpnfdjabialjehgohpmcpo |
Descrição | Download digital puzzle files from crossword applets for offline solving. |
Tamanho do Arquivo | 2.8 MB |
Contagem de Instalações | 1,187 |
Versão Atual | 1.3.13 |
Última Atualização | 2023-12-09 |
Data de Publicação | 2021-06-10 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | https://jeffpdavidson.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jpd236/CrosswordScraper |
Idiomas Suportados | 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" } |