How to access Google Chrome browser history programmatically on local machine

后端 未结 6 675
無奈伤痛
無奈伤痛 2020-12-07 15:44

I want to write a simple program which shows my internet activity over a period of time (which site I visited, how many times and so on). I mostly use Google Chrome browser.

6条回答
  •  温柔的废话
    2020-12-07 16:35

    I know Safari uses Binary PLists for its history (and SQLite for its cache). Is it possible that Chrome is doing the same?

提交回复
热议问题