Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome extension: Multiple tabs in popup window

  1. I was wondering if there is a way to divide the popup window into more than one tab, when each tab functions as a different web page, using chrome extension APIs. Does somebody know if that's possible?

  2. If I can't do that, I thought I will give up the division into separate web pages and just use tabs on the same web page, like UI tabs for example. Can you suggest a third way?

like image 984
Subway Avatar asked Dec 20 '12 14:12

Subway


1 Answers

Browser\Page Action Windows are Windows of type Popup, you cannot add further tabs to the popup window.

As pointed out using some sort of UI Tabs will solve your problem. Let me know if you need more information.

like image 120
Sudarshan Avatar answered Oct 09 '22 20:10

Sudarshan