I tried this : https://developer.chrome.com/extensions/options.html and made an option page.
So a selection has been added under my extension icon with the name of
Easier way to trigger events.
chrome.contextMenus.create({ title: 'GitHub', contexts: ['page_action'], onclick: () => console.log('GitHub'), });