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\/*" ] } } |