history property
ChromeHistory
get
history
Use the chrome.history
API to interact with the browser's record of
visited pages. You can add, remove, and query for URLs in the browser's
history. To override the history page with your own version, see Override
Pages.
Implementation
ChromeHistory get history => _history;