squares.io puzzle downloader
Help squares.io download crossword puzzles from the NYT and others.
Что такое squares.io puzzle downloader?
squares.io puzzle downloader - это расширение Chrome, разработанное https://squares.io, и его основная функция - "Help squares.io download crossword puzzles from the NYT and others.".
Снимки экрана расширения
Скачать файл CRX расширения squares.io puzzle downloader
Скачайте файлы расширений squares.io puzzle downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.)
Основная информация о расширении
Название | squares.io puzzle downloader |
ID | gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Официальный URL | https://chromewebstore.google.com/detail/squaresio-puzzle-download/gkfpnohhmkonpkkpdbebccbgnajfgpjp |
Описание | Help squares.io download crossword puzzles from the NYT and others. |
Размер файла | 11.44 KB |
Количество установок | 1,438 |
Текущая Версия | 1.1.5 |
Последнее Обновление | 2022-03-14 |
Дата публикации | 2020-04-17 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://squares.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://squares.io/ |
Поддерживаемые языки | 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\/*" ] } } |