Skip to content

Installation

The extension will be available in the Chrome store.

Dev Installation

  1. Install the extension

    • Chrome > Extensions > Enable Developer mode (upper right corner) > Load unpacked (top left) > Select the dist folder
  2. Run the envoy proxy

    docker run -d -v "$(pwd)"/envoy.yaml:/etc/envoy/envoy.yaml:ro --network=host --name=envoy envoyproxy/envoy:v1.22.0