Skip to content

Instantly share code, notes, and snippets.

@ayoisaiah
Created May 31, 2025 06:30
Show Gist options
  • Save ayoisaiah/4ce40ea4ed46ea717f17765e862e7933 to your computer and use it in GitHub Desktop.
Save ayoisaiah/4ce40ea4ed46ea717f17765e862e7933 to your computer and use it in GitHub Desktop.
chrome.runtime.onInstalled.addListener(() => {
chrome.contextMenus.create({
id: "createCalendarEvent",
title: "Create Calendar Event",
contexts: ["selection"],
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment