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
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to