squares.io puzzle downloader
Help squares.io download crossword puzzles from the NYT and others.
squares.io puzzle downloaderとは何ですか?
squares.io puzzle downloaderはhttps://squares.ioによって開発されたChromeの拡張機能で、その主な機能は「Help squares.io download crossword puzzles from the NYT and others.」です。
拡張機能のスクリーンショット
squares.io puzzle downloader拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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\/*" ] } } |