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.」です。
拡張機能のスクリーンショット
Squarespace ID Finder拡張機能のCRXファイルをダウンロード
Squarespace ID Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |