Google Chrome “Back” and “Forward” History

后端 未结 2 986
眼角桃花
眼角桃花 2021-01-21 03:17

I am developing a little extensions called \"Tab Bundler\", which in short saves all the open tabs in a window into a bundle that can be opened with the click of a button. When

相关标签:
2条回答
  • Look, many people tried this before. You are not alone in this quest! At the moment the answer in Google Code was: anybody asked for it when they where developing the History API. Then there's no elegant way to access tabs' history. Of course, you can hook chrome.tabs.onUpdated to record every page and make your own tab's history...

    0 讨论(0)
  • 2021-01-21 04:02

    You could probably hook chrome.tab.onUpdate as well as some state or focus change hook to correlate.

    I really want this, please make it!

    0 讨论(0)
提交回复
热议问题