Created
May 31, 2025 06:30
-
-
Save ayoisaiah/4ce40ea4ed46ea717f17765e862e7933 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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