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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | https://heathertovey.com/support/ |
عنوان صفحة سياسة الخصوصية | 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" ] } |