A simple Chrome extension designed to extract and copy transcripts from online meeting recordings, specifically on the tl;dv platform. It allows users to easily retrieve text from transcripts that are otherwise difficult to copy manually.
Get the latest release from GitHub
chrome://extensions/ in your browser.chrome://extensions/ in your browser.src/ folder from the project.tl-dv-Transcript-Grabber/
├── src/ # Extension source code (gets packaged)
│ ├── assets/
│ │ ├── css/
│ │ │ └── popup.css // Popup Styling
│ │ ├── icons/
│ │ │ ├── icon16.png
│ │ │ ├── icon48.png
│ │ │ └── icon128.png
│ │ └── js/
│ │ ├── popup.js // Main logic for extracting transcript
│ │ └── background.js // Background service worker
│ ├── manifest.json // Chrome extension configuration
│ ├── popup.html // Popup UI
│ └── privacy-policy.md // Privacy policy
├── tests/ # Test files (development only)
├── .github/ # CI/CD workflows (development only)
├── package.json # Build configuration (development only)
└── readme.md // Documentation
activeTab: To access the active tab content.scripting: To inject JavaScript into the webpage.clipboardWrite: To copy the transcript to the clipboard.Feel free to fork this project, make improvements, and create pull requests. Any contributions are welcome!
Transcription icons created by Freepik - Flaticon
This project is licensed under GNU GENERAL PUBLIC LICENSE Version 3.
| Reach out: X/Twitter |