Not really. Not in a nice way, anyway. You can use executeScript for the same tab (not matter what page it has) when that tab is updated and log the URLs, the code you would execute is "history.go(-1)" and then you can execute "location.replace(' http://www.blabla.com')", but it might erase the entire history of that tab (so you cannot do "history.go(1)" afterwards), but since you have already logged the entire history of that tab, you can use your logs to bring back all of the URLs back (load them, one after another).
☆PhistucK On Wed, Dec 30, 2009 at 20:48, AlexandreZ <alexandre.z...@gmail.com> wrote: > Is it possible to access and modify the history of specific tabs? > > -- > > You received this message because you are subscribed to the Google Groups > "Chromium-extensions" group. > To post to this group, send email to chromium-extensi...@googlegroups.com. > To unsubscribe from this group, send email to > chromium-extensions+unsubscr...@googlegroups.com<chromium-extensions%2bunsubscr...@googlegroups.com> > . > For more options, visit this group at > http://groups.google.com/group/chromium-extensions?hl=en. > > > -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to chromium-extensi...@googlegroups.com. To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.