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 |
官方網址 | 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\/*" ] } } |