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