Files
WhisperLiveKit/chrome-extension
blakkd befbae56c7 minor path change
prevents

```
FileNotFoundError: [Errno 2] No such file or directory: 'whisperlivekit/web/live_transcription.html'
```
2025-11-16 23:47:58 +01:00
..
2025-11-16 23:47:58 +01:00
2025-09-04 16:36:28 +02:00
2025-09-04 16:36:28 +02:00

WhisperLiveKit Chrome Extension v0.1.1

Capture the audio of your current tab, transcribe diarize and translate it using WhisperliveKit, in Chrome and other Chromium-based browsers.

Currently, only the tab audio is captured; your microphone audio is not recorded.

WhisperLiveKit Demo

Running this extension

  1. Run python scripts/sync_extension.py to copy frontend files to the chrome-extension directory.
  2. Load the chrome-extension directory in Chrome as an unpacked extension.

Devs: