the background page listen tab events and generate previews if necessary (use the cache instead), and a content script triggered to display the previews with an animated effect. (via port) for now, I use ctrl + '%' to show and switch the preview, but It's not very awesome that way.
an other extension I want to dev when possible is a tab reorganiser : 1) mouseDown on a tabs 2) move 3) mouseUp on another 4) finally, all tabs between are selected and you can send them to an other window or a new one the same with ctrl + click on a tab to select one by one the list of selected tabs and action will be displayed for the time of the action on the current tab content (like a dialog box with chrome design -> here, get the theme style for font, bacground img etc. would be great) 2009/10/30 Aaron Boodman <[email protected]> > How would you display the tab preview? Content scripts? > > - a > > On Fri, Oct 30, 2009 at 3:50 AM, Julien Tillay <[email protected]> wrote: > > Hello, > > it'll be cool to add the event onMouseOver in the chrome.tabs API. > > with this, I can display a fast preview of the tabs in the current > selected > > tab content without select them, just by mouve the mouse over the tab > > (there is already an effect on the tab theme so I think it's not hard to > > implement) > > something like that : > > > > onMouseOver > > > > chrome.tabs.onMouseOver.addListener(function(integer tabId) {...}); > > > > Fires when the mouse mouse is over a tab. > > > > Parameters > > > > tabId > > ( integer ) > > The ID of the tab under the mouse. > > thx > > -- > > Julien TILLAY > > > > > > > > > -- Julien TILLAY - [email protected] - [email protected] 06.23.67.34.69 - GameDevLab - Persistant Studios tek3 - Epitech_2011 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
