jiacai2050 / history-master

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

Bunch of requests #44

Open ghost opened 5 years ago

ghost commented 5 years ago

Hey, after trying all history manager extensions I could find, yours is by far my favorite! In fact it's so good that I'm going to annoy you with some suggestions. 😉

-group log by domain (the most important) -time spent on websites statistics -exclude domain from search/statistics -background script -google design theme, a unicolor icon maybe? (not that important; I like your design a lot, but I want my Chrome to have a uniform look.)

Be sure to let me know your thoughts on the suggestions! 😄

jiacai2050 commented 5 years ago

Thanks for your suggestions.

ghost commented 5 years ago
  • group log by domain what do you mean by log
  • background script what do you mean this?

-https://www.ghacks.net/2013/02/06/google-chrome-to-get-history-grouping-feature/ (doesn't appear to work, although this feature is implemented in "History Manager" -which also has the time spent on websites) -https://developer.chrome.com/extensions/background_pages (the tag persistent: false makes the extension inactive when it's not in use, "SimpleExtManager" implements this well)

ghost commented 5 years ago

So what do you think?

jiacai2050 commented 5 years ago

Sorry for my delay.

It's easy to add persistent: false option, but for time spent on websites, I need some time to dig into how History Manager do this.