1

I have Google Chrome and the extensions installed on it. I would like to reduce number of extension buttons on Chrome panel.

For this I want to create my plugin which will display popup window and allow to run another extension installed on my browser?

Is it possible and where I can find examples?

ceth
  • 42,340
  • 57
  • 170
  • 277
  • Possible duplicate of [Is it possible to execute another chrome extension using your own chrome extension?](http://stackoverflow.com/questions/36902913/is-it-possible-to-execute-another-chrome-extension-using-your-own-chrome-extensi) – Jeremy Apr 28 '16 at 00:01

1 Answers1

2

The messaging API has an external extension feature. You can use that communicate between extensions.

abraham
  • 44,161
  • 9
  • 92
  • 140