Zendesk Garden Inspect

Inspect web pages for Zendesk Garden design system usage.

What is Zendesk Garden Inspect?

Zendesk Garden Inspect is a Chrome extension developed by https://garden.zendesk.com, and its main feature is "Inspect web pages for Zendesk Garden design system usage.".

Extension Screenshots

screenshot

Download Zendesk Garden Inspect Extension CRX File

Download Zendesk Garden Inspect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Click the extension icon – or press Ctrl+Shift+G – to toggle Garden Inspect. Features include:

• Color highlighting indicating Garden component freshness
    ○ Green = up-to-date
    ○ Yellow = time to update
    ○ Red = out-of-date
• Dashed outlines to indicate Garden container usage
• Overlay tooltips with component information
• Console logging with component IDs and versions                    

Extension Basic Information

Name Zendesk Garden Inspect Zendesk Garden Inspect
ID gegnmdnjkodmkohdbljgjpaifiphnjig
Official URL https://chromewebstore.google.com/detail/zendesk-garden-inspect/gegnmdnjkodmkohdbljgjpaifiphnjig
Description Inspect web pages for Zendesk Garden design system usage.
File Size 12.85 KB
Installation Count 161
Current Version 1.1.1
Last Updated 2023-11-10
Publish Date 2020-07-28
Rating 5.00/5 Total 1 Ratings
Developer https://garden.zendesk.com
Email [email protected]
Payment Type free
Extension Website https://github.com/zendeskgarden/chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zendesk Garden Inspect",
    "version": "1.1.1",
    "description": "Inspect web pages for Zendesk Garden design system usage.",
    "action": {
        "default_title": "Zendesk Garden Inspect",
        "default_icon": "images\/off.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle-garden-inspect": {
            "suggested_key": {
                "default": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G"
            },
            "description": "Toggle Zendesk Garden Inspect"
        }
    },
    "homepage_url": "https:\/\/github.com\/zendeskgarden\/chrome-extension",
    "host_permissions": [
        "https:\/\/registry.npmjs.org\/@zendeskgarden\/react-theming"
    ],
    "icons": {
        "128": "images\/icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}