Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sereneblue/chrono
Extend Firefox's history capabilities with browsing stats, improved searching and additional features
https://github.com/sereneblue/chrono
browser-history firefox firefox-addon firefox-extension firefox-quantum firefox-webextension
Last synced: 25 days ago
JSON representation
Extend Firefox's history capabilities with browsing stats, improved searching and additional features
- Host: GitHub
- URL: https://github.com/sereneblue/chrono
- Owner: sereneblue
- License: mit
- Created: 2019-03-28T02:26:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T08:53:50.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:16:24.590Z (3 months ago)
- Topics: browser-history, firefox, firefox-addon, firefox-extension, firefox-quantum, firefox-webextension
- Language: Vue
- Homepage: https://sereneblue.github.io/chrono
- Size: 4.51 MB
- Stars: 24
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# chrono
![chrono version](https://img.shields.io/badge/version-1.1.2-brightgreen.svg)
![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)Enhance Firefox's history capabilities with browsing history stats, improved searching and additional features. More details can be found [here](https://sereneblue.github.io/chrono).
![chrono](https://sereneblue.github.io/chrono/images/calendar.png)
## Installation
chrono is available on [AMO](https://addons.mozilla.org/firefox/addon/chrono-ext) or visit the link above.
Once installed, you can open chrono by using the keyboard shortcut: `CTRL + ALT + H`.
## Features
#### Stats
View browsing history stats over several time ranges: 1 year and 1/3/6 month(s)
#### Visualized
Visualize browser history by month and clear history by date range
#### Search
chrono extends Firefox's search capabilities with a couple of operators to filter by date range and remove search results. Results can also be grouped by domain.
#### Themes
chrono has 19 color themes and a dark/light mode. Made possible with [Vuetify](https://github.com/vuetifyjs/vuetify).
## Contribute
Feel free to submit a pull request or create an issue (**for bugs only**).
## Credits
chrono icon made by [Smashicons](https://www.flaticon.com/authors/smashicons) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/")
## Disclaimer
chrono suffers from some performance issues if you have a lot of browsing history, just give it some time. I believe this is due to the design of the [history](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/history) WebExtensions API and the getVisits/search functions.