Squarespace ID Finder
Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Was ist Squarespace ID Finder?
Squarespace ID Finder ist eine Chrome-Erweiterung, die von https://heathertovey.com entwickelt wurde, und ihr Hauptmerkmal ist "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".
Erweiterungsscreenshots
Squarespace ID Finder-Erweiterungs-CRX-Datei herunterladen
Laden Sie Squarespace ID Finder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Squarespace ID Finder |
ID | igjamfnifnkmecjidfbdipieoaeghcff |
Offizielle URL | https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff |
Beschreibung | Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1. |
Dateigröße | 9.93 KB |
Installationsanzahl | 92,878 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2022-05-16 |
Veröffentlichungsdatum | 2020-03-02 |
Bewertung | 4.94/5 Insgesamt 35 Bewertungen |
Entwickler | https://heathertovey.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://heathertovey.com/squarespace-id-finder/ |
Hilfeseite URL | https://heathertovey.com/support/ |
URL der Datenschutzrichtlinien-Seite | https://www.heathertovey.com/privacy-policy |
Unterstützte Sprachen | 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" ] } |