User scripts cannot do anything that manipulates the user interface (remove tabs, move tabs, re-open tabs), they can only manipulate the DOM of the page.Also note that user scripts are not extensions, they are independent JavaScript files.
Content scripts, on the other hand, are part of the extension system. You could send a message to the background page or to the toolstrip and they could remove\move tabs. Not sure if there is an option to re-open closed tabs yet, though. ☆PhistucK On Fri, Aug 28, 2009 at 10:01, CxMedia <[email protected]> wrote: > > Hey, I'm new to extension developing. Is there some place I can view > userscript commands? Like a reference manual or something? > > Ex: do:lefttab, do:righttab. stop(), window.location.reload(), etc. > > I'm specifically looking for the command to re-open a tab, aka: Ctrl > +Shift+T. > > Thanks a lot! > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
