squares.io puzzle downloader
Help squares.io download crossword puzzles from the NYT and others.
Vad är squares.io puzzle downloader?
squares.io puzzle downloader är en Chrome-tillägg utvecklad av https://squares.io, och dess huvudfunktion är "Help squares.io download crossword puzzles from the NYT and others.".
Tilläggsskärmbilder
Ladda ner squares.io puzzle downloader-förlängningens CRX-fil
Ladda ner squares.io puzzle downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension is used by squares.io to download crossword puzzles from the NYT and other sites. (Because of how web browsers handle security, downloads from external sites requires an extension.)
Grundläggande Information om Tillägg
Namn | squares.io puzzle downloader |
ID | gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Officiell webbadress | https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Beskrivning | Help squares.io download crossword puzzles from the NYT and others. |
Filstorlek | 11.44 KB |
Antal Installationer | 1,438 |
Aktuell Version | 1.1.5 |
Senast Uppdaterad | 2022-03-14 |
Publiceringsdatum | 2020-04-17 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | https://squares.io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://squares.io/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "squares.io puzzle downloader", "version": "1.1.5", "description": "Help squares.io download crossword puzzles from the NYT and others.", "icons": { "128": "icon_128.png", "32": "icon_32.png" }, "homepage_url": "https:\/\/squares.io\/", "permissions": [ "https:\/\/squares.io\/", "https:\/\/www.nytimes.com\/", "contextMenus", "storage", "activeTab" ], "optional_permissions": [ "*:\/\/*\/" ], "background": { "scripts": [ "connect.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false }, "externally_connectable": { "matches": [ "https:\/\/squares.io\/fetch\/*" ] } } |