Squarespace ID Finder

Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.

Hvad er Squarespace ID Finder?

Squarespace ID Finder er en Chrome-udvidelse udviklet af https://heathertovey.com, og dens hovedfunktion er "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Squarespace ID Finder-udvidelses-CRX-fil

Download Squarespace ID Finder-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
Officiel URL https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Beskrivelse Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Filstørrelse 9.93 KB
Antal Installationer 92,878
Nuværende Version 0.0.6
Senest Opdateret 2022-05-16
Udgivelsesdato 2020-03-02
Bedømmelse 4.94/5 Samlet 35 Bedømmelser
Udvikler https://heathertovey.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://heathertovey.com/squarespace-id-finder/
Hjælpeside-URL https://heathertovey.com/support/
URL til Fortrolighedspolitik Side https://www.heathertovey.com/privacy-policy
Understøttede Sprog 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"
    ]
}