How to add custimized context menu item on right click in browser window?

615 Views Asked by At

enter image description here

Here I want to add my custom menu option i.e. ColorZilla, Aptana Studio on web browser right click

2

There are 2 best solutions below

0
On

You can only do this with a browser plugin. Each browser will have its own syntax for plugins and specifically adding context menu items.

0
On

Aleks G. is right you cannot do that directly within the browser.

I don't know if it can help you or if it is what you are looking for but, within the browser you can handle the right click interaction in order to display your own custom menu ( not a particular menu item but the full menu ) ... meaning the default browser menu won't get displayed at all.

In case you are interested, you can have a small sample here