0.0.3 • Published 5 years ago
chrome-history-reader v0.0.3
chrome-history-reader
A library to read the browsing history of Google Chrome.
Install
npm install chrome-bookmark-readeror
yarn add chrome-bookmark-readerUsage
import { ChromeHistoryReader } from 'chrome-history-reader'
const chromeHistoryReader = new ChromeHistoryReader({
historyFilePath: '/path/to/Chrome/History',
})
console.log(chromeHistoryReader.execute())
// shows your historiesSee following about location of Google Chrome history.