Overlay Integration
Inject ADA Meetings accessibility features directly into Zoom Web, Google Meet, or Microsoft Teams using a bookmarklet or Chrome Extension.
Bookmarklet (Instant Setup)
Drag to your bookmark bar — works immediately
How to Install
- 1Make sure your browser's bookmark bar is visible (press Ctrl+Shift+B).
- 2Drag the button below to your bookmark bar:
- 3Open Zoom Web, Google Meet, or Microsoft Teams in your browser.
- 4Click the "ADA Meetings" bookmark. An accessibility toolbar will appear at the bottom of the page.
- 5Click the bookmark again to remove the overlay.
The bookmarklet includes: live captions, text-to-speech, high contrast toggle, font size controls, and transcript export.
Alternative: Copy Code
javascript:void(function(){if(document.getElementById('adameetings-overlay')){var e=document.getElementById('adameetings-overlay');e.parentNode.removeChild(e);return}var d=document.createElement('div'...Chrome Extension (Advanced)
Load as unpacked extension for persistent overlay
How to Install
- 1Download the extension files from the project's /chrome-extension directory.
- 2Open Chrome and go to chrome://extensions/
- 3Enable "Developer mode" (toggle in top-right corner).
- 4"Load unpacked" and select the downloaded extension folder.
- 5The ADA Meetings icon will appear in your toolbar.
- 6Click it on any Zoom Web, Google Meet, or Microsoft Teams page to activate.
The Chrome Extension source code is included in the project's
/chrome-extension directory. You can also publish it to the Chrome Web Store.Overlay Features
Live Captions
Real-time speech-to-text with timestamps, displayed at the bottom of the page.
Text-to-Speech
Toggle TTS to have captions read aloud automatically.
High Contrast
Increase page contrast for better readability.
Font Size Controls
Increase or decrease page font size with A+ and A- buttons.
Transcript Export
Download all captured captions as a timestamped text file.
Toggle On/Off
Click the bookmarklet again or press X to remove the overlay.