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.
chrome://extensions/
in your browser.tl-dv-Transcript-Grabber/
├── assets/
├──── css/
├────── popup.css // Popup Styling
├──── icons/
├────── icon16.png
├────── icon48.png
├────── icon128.png
├──── js/
├────── popup.js // Main logic for extracting transcript
├── manifest.json // Chrome extension configuration
├── popup.html // Popup UI
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.
For any issues or feature requests, please open an issue on the GitHub repository.