{"id":51139821,"url":"https://github.com/srknzcn/meetcue","last_synced_at":"2026-06-25T21:30:49.873Z","repository":{"id":363551334,"uuid":"1263850783","full_name":"srknzcn/meetcue","owner":"srknzcn","description":"MeetCue — Chrome extension (MV3) that fires a desktop notification when your keywords are spoken in Google Meet live captions.","archived":false,"fork":false,"pushed_at":"2026-06-09T11:56:04.000Z","size":61,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-09T12:13:28.534Z","etag":null,"topics":["browser-extension","chrome-extension","google-meet","manifest-v3","notifications","productivity"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srknzcn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-09T10:21:50.000Z","updated_at":"2026-06-09T11:54:12.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/srknzcn/meetcue","commit_stats":null,"previous_names":["srknzcn/meetcue"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/srknzcn/meetcue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srknzcn%2Fmeetcue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srknzcn%2Fmeetcue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srknzcn%2Fmeetcue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srknzcn%2Fmeetcue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srknzcn","download_url":"https://codeload.github.com/srknzcn/meetcue/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srknzcn%2Fmeetcue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34793951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-extension","chrome-extension","google-meet","manifest-v3","notifications","productivity"],"created_at":"2026-06-25T21:30:49.430Z","updated_at":"2026-06-25T21:30:49.865Z","avatar_url":"https://github.com/srknzcn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeetCue — Google Meet\n\n\u003cp\u003e\n  \u003ca href=\"https://github.com/srknzcn/meetcue/issues\"\u003e\n    \u003cimg alt=\"Issues\" src=\"https://img.shields.io/github/issues/srknzcn/meetcue?color=0088ff\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0\"\u003e\n    \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/License-GPLv3-blue.svg\" /\u003e\n  \u003c/a\u003e\n  \u003cimg alt=\"Manifest\" src=\"https://img.shields.io/badge/manifest-v3-orange.svg\" /\u003e\n\u003c/p\u003e\n\nKeep half-listening to a long meeting? **MeetCue** watches the live captions in Google Meet and fires a desktop notification the moment one of your chosen keywords is spoken — your name, \"action item\", \"any questions\", whatever you tell it to listen for.\n\nIt is a lightweight Chrome extension (Manifest V3) with no backend, no tracking, and no audio processing of its own.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"images/popup.png\" alt=\"MeetCue popup — keyword list with add field and listening status\" width=\"360\" /\u003e\n\u003c/p\u003e\n\n---\n\n## How it works\n\nThe extension does **not** transcribe speech. It reads the captions that Google Meet already generates. When Google's caption text contains one of your keywords, the extension raises a Chrome notification.\n\n\u003e Turn on captions in your meeting. No captions on screen → nothing to match → no alerts.\n\u003e Recognition quality (accents, background noise, language) is entirely Google's, not the extension's.\n\n## Features\n\n- 🔔 Desktop notification when a watched word appears in the captions\n- 📝 Manage your keyword list straight from the toolbar popup\n- 💾 Keywords are saved locally and persist between meetings\n- 🪶 No servers, no accounts, no telemetry — runs fully in your browser\n\n## Permissions, and why\n\n| Permission | Reason |\n| --- | --- |\n| `notifications` | To pop the alert when a keyword is heard |\n| `storage` | To remember your keyword list across sessions |\n| host: `meet.google.com` | To read captions only on Google Meet pages |\n\n## Install (unpacked)\n\n1. Grab the source — download the ZIP from the [releases](https://github.com/srknzcn/meetcue/releases) page, or clone this repo.\n2. Unzip it if needed.\n3. Open `chrome://extensions` in Chrome.\n4. Toggle **Developer mode** on (top-right).\n5. Click **Load unpacked** and pick the extension folder.\n6. The bell icon appears in your toolbar — pin it for quick access.\n\n## Usage\n\n1. Join any call on `meet.google.com`.\n2. Enable captions (the **CC** button in the meeting controls).\n3. Click the bell icon and add the words you want to be alerted on.\n4. Carry on — you'll get a notification whenever one of them is spoken.\n\nAdd or remove keywords any time; changes apply immediately.\n\n## Not getting notifications?\n\n- Make sure captions are actually **on** in the meeting.\n- Allow Chrome to show notifications at the OS level:\n  - **Windows:** Settings → System → Notifications → Google Chrome\n  - **macOS:** System Settings → Notifications → Google Chrome\n- Open the page console (F12) and check for errors before [filing an issue](https://github.com/srknzcn/meetcue/issues).\n\n## Contributing\n\nBug reports, feature ideas, and pull requests are welcome. Open an [issue](https://github.com/srknzcn/meetcue/issues) first so we can talk it through.\n\n## License\n\nReleased under the [GNU General Public License v3.0](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrknzcn%2Fmeetcue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrknzcn%2Fmeetcue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrknzcn%2Fmeetcue/lists"}