chrome-history-reader
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i chrome-history-reader

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

15.9 kB

Total Files

13

Last publish

Collaborators

  • ytakahashi