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" ] } |