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 là gì?
Squarespace ID Finder là một tiện ích mở rộng Chrome được phát triển bởi https://heathertovey.com, và tính năng chính của nó là "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Squarespace ID Finder
Tải xuống các tệp mở rộng Squarespace ID Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Squarespace ID Finder |
ID | igjamfnifnkmecjidfbdipieoaeghcff |
URL Chính Thức | https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff |
Mô tả | Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1. |
Kích Thước Tệp | 9.93 KB |
Số Lần Cài Đặt | 92,878 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2022-05-16 |
Ngày Phát Hành | 2020-03-02 |
Đánh Giá | 4.94/5 Tổng số 35 Đánh Giá |
Nhà Phát Triển | https://heathertovey.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://heathertovey.com/squarespace-id-finder/ |
URL Trang Trợ Giúp | https://heathertovey.com/support/ |
URL Trang Chính Sách Bảo Mật | https://www.heathertovey.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |