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是由https://heathertovey.com开发的Chrome扩展程序,该扩展的主要功能是“Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.”。
扩展截图
下载Squarespace ID Finder扩展crx文件
下载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" ] } |