Squarespace ID Finder

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

O que é Squarespace ID Finder?

Squarespace ID Finder é uma extensão do Chrome desenvolvida por https://heathertovey.com, e sua principal característica é "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Squarespace ID Finder

Baixe arquivos de extensão Squarespace ID Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Squarespace ID Finder Squarespace ID Finder
ID igjamfnifnkmecjidfbdipieoaeghcff
URL Oficial https://chromewebstore.google.com/detail/squarespace-id-finder/igjamfnifnkmecjidfbdipieoaeghcff
Descrição Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1.
Tamanho do Arquivo 9.93 KB
Contagem de Instalações 92,878
Versão Atual 0.0.6
Última Atualização 2022-05-16
Data de Publicação 2020-03-02
Classificação 4.94/5 Total de 35 Avaliações
Desenvolvedor https://heathertovey.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://heathertovey.com/squarespace-id-finder/
URL da Página de Ajuda https://heathertovey.com/support/
URL da Página de Política de Privacidade https://www.heathertovey.com/privacy-policy
Idiomas Suportados 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"
    ]
}