Squarespace ID Finder
Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Squarespace ID Finderคืออะไร?
Squarespace ID Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://heathertovey.com และคุณลักษณะหลักของมันคือ "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Squarespace ID Finder
ดาวน์โหลดไฟล์ส่วนขยาย Squarespace ID Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Don't waste time searching through the code with dev tools looking for an id. Click on the icon to see every id from collections, index pages, sections, and blocks on your Squarespace page. Then, you can simply click on the id to copy it and use it in your own code.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Squarespace ID Finder |
ID | igjamfnifnkmecjidfbdipieoaeghcff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff |
คำอธิบาย | Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1. |
ขนาดไฟล์ | 9.93 KB |
จำนวนการติดตั้ง | 92,878 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2022-05-16 |
วันที่เผยแพร่ | 2020-03-02 |
คะแนน | 4.94/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | https://heathertovey.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://heathertovey.com/squarespace-id-finder/ |
URL หน้าช่วยเหลือ | https://heathertovey.com/support/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.heathertovey.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Squarespace ID Finder", "version": "0.0.6", "manifest_version": 2, "description": "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.", "homepage_url": "https:\/\/heathertovey.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Find Squarespace Ids", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "activeTab", "clipboardWrite" ] } |