I want to get the history based on tabs not the global history.
- I have tried the
chrome.history
but it is a global history API and it is not giving the tab specific history - Following the thread I checked
chrome.webNavigation
API but it was just giving the frames of that particular page not the history.
So what is the better way for achieving this?