jiacai2050 / history-master

📈📉📊A Firefox/Chrome extension to visualize browsing history, sync among different browsers!
415 stars 43 forks source link

run as server in local network #17

Closed gitty8 closed 5 years ago

gitty8 commented 7 years ago

Possible to use this to install extension on all devices in local network and fetch data to an local better history server on the local network?

jiacai2050 commented 7 years ago

I have no idea what you want to do. Can you explain it more ?

gitty8 commented 7 years ago

for example i have 5 clients running this chrome extension and 1 server in local network. The 5 clients set chrome extension "better history" to point to 1 server in local network. The server in local network fetches everything and shows by clients the history. Is this possible?

jiacai2050 commented 7 years ago

Got it.

But I don't think you can do it like what you said. Every Chrome profile has one and only one history file, and this addon will read that single history file to analyze.

But if you can merge those history files then you can do it. you can dig more into this question on superuser.