Google Chrome “Back” and “Forward” History

后端 未结 2 1026
眼角桃花
眼角桃花 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条回答
  •  不要未来只要你来
    2021-01-21 03:49

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

提交回复
热议问题