Javascript – Accessing history in chromium browsers through extensions API
I'm currently developing an extension that will provide a better alternative to standard Edge history page. For accessing the history I used chrome.history, which, as I previously thought, solved my problem. However, as I increased maxResults property of the query,…