How to edit Google Chrome page context menu?

9

3

I would like to remove some items from the webpage context menu in Google Chrome (like 'Open in new window', 'Search with Google` etc.). How can I do it? Is there any extension which could help me?

LA_

Posted 2014-03-04T07:22:08.857

Reputation: 536

Did you not find any yourself? Or was there something wrong with what you found? – Dave – 2014-03-04T08:46:33.053

I haven't found any extension, which could just edit the menu (used context menu edit as search string). – LA_ – 2014-03-04T12:03:45.943

Answers

2

While most sources state clearly that Google does not offer a way to remove Context Menu entries, there in the ChromeAPI documentation there is reference to chrome.contextmenus which includes remove and removeall arguments.

I would guess that this still only allows this call to remove entries belonging to the plugin which has this call, allowing plugins more flexibility in which options they show and when. But it is possible that this allows control of the entire menu. I just cannot find specific documentation spelling out which of these in the case.

Either way, there does not appear to be, at this time, an extension or other utility which allows removal of Google Chrome context-menu entries besides those belonging to plugins/extensions, and the only way to do that is if the plugins/extensions support this option themselves, or by removing the plugins/extensions themselves.

music2myear

Posted 2014-03-04T07:22:08.857

Reputation: 34 957