Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome extension History API

I am writing a chrome extension that needs to analyze the recent browsing history for a particular tab. The chrome.history API allows me to search for items in the global history, but seemingly provides no means to localize the results to a particular tab. Am I missing something, or is this impossible to get?

like image 877
Gene Golovchinsky Avatar asked Oct 12 '12 18:10

Gene Golovchinsky


People also ask

Can you see history of Chrome extensions?

Just load chrome://extensions/ in Google Chrome to display all installed extensions. Click on the Details link next to the extension that you are interested in. Select the "View Activity Log" option on the page.

How do I view my Google extension history?

You can navigate directly and just scroll down to load your browsing history day by day How to use: • Click this extension's icon • Click menu item from Chrome -> History -> Show Full History • Use Chrome keyboard shortcuts Permissions Needed - This extension requires access to your browsing history so that our ...

How do I view Chrome history after 90 days?

Use history.google.com - it also stores all the browsing history. Yes more than 90 days here!

How long is Chrome history kept?

Your History page shows the web pages that you've visited on Chrome in the last 90 days.


1 Answers

I think what you are looking is the navigation API. The Chrome history is not related to a particular tab. If you want to use or delete from the history a element of the tab navigation you can use the history search function with the navigation information.

like image 55
Paul Fournel Avatar answered Oct 25 '22 11:10

Paul Fournel