Zendesk Garden Inspect
Inspect web pages for Zendesk Garden design system usage.
Co je Zendesk Garden Inspect?
Zendesk Garden Inspect je rozšíření Chrome vyvinuté https://garden.zendesk.com, a jeho hlavní funkcí je „Inspect web pages for Zendesk Garden design system usage.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Zendesk Garden Inspect
Stáhněte si soubory rozšíření Zendesk Garden Inspect 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í
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
Základní Informace o Rozšíření
Název | |
ID | gegnmdnjkodmkohdbljgjpaifiphnjig |
Oficiální URL | https://chromewebstore.google.com/detail/zendesk-garden-inspect/gegnmdnjkodmkohdbljgjpaifiphnjig |
Popis | Inspect web pages for Zendesk Garden design system usage. |
Velikost souboru | 12.85 KB |
Počet instalací | 161 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2023-11-10 |
Datum Vydání | 2020-07-28 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://garden.zendesk.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/zendeskgarden/chrome-extension |
Podporované Jazyky | 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" ] } |