Detailed code examples for each integration method.
/plugin marketplace add GGPrompts/TabzChrome/plugin install tabz-guide@tabz-chromereferences/# TabzChrome Integration Examples Detailed code examples for each integration method. --- ## Method 1: HTML Data Attributes Add `data-terminal-command` to any HTML element: **Behavior:** 1. Click opens TabzChrome sidebar and populates chat input 2. User selects which terminal tab to send the command to 3. Visual feedback: "Queued!" with green background for 1 second **Notes:** - No auth required (uses content script) - Works on dynamically added elements (MutationObserver) --- ## Method 2: WebSocket API (CLI/Scripts) ### Shell Function Add to `.bashrc` or `.zshrc`: ### Multi-...