Squarespace ID Finder

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

Co je Squarespace ID Finder?

Squarespace ID Finder je rozšíření Chrome vyvinuté https://heathertovey.com, a jeho hlavní funkcí je „Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Squarespace ID Finder

Stáhněte si soubory rozšíření Squarespace ID Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
Oficiální URL https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Popis Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Velikost souboru 9.93 KB
Počet instalací 92,878
Aktuální Verze 0.0.6
Poslední Aktualizace 2022-05-16
Datum Vydání 2020-03-02
Hodnocení 4.94/5 Celkem 35 Hodnocení
Vývojář https://heathertovey.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://heathertovey.com/squarespace-id-finder/
URL Stránky Nápovědy https://heathertovey.com/support/
URL Stránky Zásad Ochrany Soukromí https://www.heathertovey.com/privacy-policy
Podporované Jazyky 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"
    ]
}