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은(는) https://heathertovey.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the ids of collections, sections, and blocks on your Squarespace page. Works with both 7.0 and 7.1."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Squarespace ID Finder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    ]
}