tl-dv-Transcript-Grabber

tl;dv Transcript Grabber Chrome Extension

Overview

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.

Features

Installation

  1. Clone or download this repository to your local machine.
  2. Go to chrome://extensions/ in your browser.
  3. Enable Developer Mode in the top right corner.
  4. Click on Load unpacked and select the folder where you saved this project.
  5. The Transcript Scraper extension will now appear in your Chrome toolbar.

Usage

  1. Navigate to a tl;dv meeting recording page.
  2. Click on the Transcript Scraper extension icon.
  3. Click on the Copy Transcript button in the popup.
  4. The transcript will be copied to your clipboard, and you will see a confirmation message.

File Structure

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

Technologies Used

Permissions Required

Contributing

Feel free to fork this project, make improvements, and create pull requests. Any contributions are welcome!

Credit

Transcription icons created by Freepik - Flaticon

License

This project is licensed under GNU GENERAL PUBLIC LICENSE Version 3.

Contact

For any issues or feature requests, please open an issue on the GitHub repository.