thanks PhistucK, what i want to do is i want to add a browser control which can show one page in a window in chrome browser above the page opened in the actual chrome browser. and on page load event i want to refrest that page in my additional browser control based on data in page opened in actual browser.
is it possible to do? also i want to know how i can detect the document load event. i want to display some data when some page is completely loaded in the browser. can i add a data in status bar of chrome? lots of questions. please help me. Thanks On Wed, Dec 9, 2009 at 11:44 AM, PhistucK <[email protected]> wrote: > If by "some controls" and "browser control" you mean buttons - then no, you > cannot have several buttons within a single extension. > You also cannot create a whole new toolbar as of now. > The model of Chrome extension system is one feature per extension, so you > have to create several extension to create several buttons (Browser Actions > or Page Actions). > And in case you wondered - extensions cannot be grouped, the user will have > to install all of the extensions, one by one. > > ☆PhistucK > > > On Wed, Dec 9, 2009 at 05:09, Hrishikesh <[email protected]> wrote: > >> hi, >> >> i want to port my firefox extension on chrome. i want to add extra >> toolbar. i have some controls and one browser control which show a >> page depending upon the user;s actions. >> >> please help me. is this possible with the chrome extension >> capabilities? >> >> thanks >> >> -- >> >> You received this message because you are subscribed to the Google Groups >> "Chromium-extensions" group. >> To post to this group, send email to [email protected] >> . >> To unsubscribe from this group, send email to >> [email protected]<chromium-extensions%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/chromium-extensions?hl=en. >> >> >> > -- Hrishikesh Kale -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.
