jiacai2050 / history-master

πŸ“ˆπŸ“‰πŸ“ŠA Firefox/Chrome extension to visualize browsing history, sync among different browsers!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notice

Due to limitation of history search API, this extension cannot display histories day after day correctly, this is why there are so many issues reporting numbers are wrong.

So I decide to archive this project, if you like this project, you can try my another project: 1History, which share same design with history-master.

1History overcame limitation of extension API by query history directly on SQLite files created by browsers, so everything is under control, and works as expected.

History Master Chrome Web Store Mozilla Add-on

πŸ’‘ Visualize browsing history, Discover your unknown habits, downloads supported.

πŸ† Try to be the best practical history manager ever!

Open an issue If you have any problems/suggestions. πŸ’—

Install

Features

  • Advanced search/filter/sort functions

    1. Search by date range and keyword
    2. Filter by hour in one day
    3. Sort by visit time or visit count
  • Inspiring chart views

    1. Line chart for page views
    2. Pie chart for top-n visited websites, by title or domain
    3. Pie chart for URL schemes
    4. Pie chart for Transistion type

Screenshots

activity Page Views URL Schemes Transition Type

Development

History Master is written in pure JavaScript before v2.0.0, you can check this version at legacy-js-src.

Afterwards, it's got a big rewrite in ClojureScript + Reagent + Re-frame + Ant.design,which locates in cljs-src.

Since it's written in cljs, so lein is required to develop this extension. To get the final release version, run release.sh script, it will generate a zip file in your home directory.

License

MIT

About

πŸ“ˆπŸ“‰πŸ“ŠA Firefox/Chrome extension to visualize browsing history, sync among different browsers!


Languages

Language:JavaScript 89.6%Language:Clojure 7.3%Language:CSS 1.9%Language:HTML 1.1%Language:Shell 0.1%