0.0.3 • Published 3 years ago

chrome-history-reader v0.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

chrome-history-reader

npm version Actions Status License: MIT

A library to read the browsing history of Google Chrome.

Install

npm install chrome-bookmark-reader

or

yarn add chrome-bookmark-reader

Usage

import { ChromeHistoryReader } from 'chrome-history-reader'

const chromeHistoryReader = new ChromeHistoryReader({
  historyFilePath: '/path/to/Chrome/History',
})

console.log(chromeHistoryReader.execute())
// shows your histories

See following about location of Google Chrome history.

Related Repositories