chrome-history-reader

chrome history reader

Usage no npm install needed!

<script type="module">
  import chromeHistoryReader from 'https://cdn.skypack.dev/chrome-history-reader';
</script>

README

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