{"id":15710756,"url":"https://github.com/seanmiller802/browsertime","last_synced_at":"2025-08-22T15:06:39.288Z","repository":{"id":38992731,"uuid":"263199598","full_name":"seanmiller802/BrowserTime","owner":"seanmiller802","description":"open source browser history page with analytics","archived":false,"fork":false,"pushed_at":"2023-03-06T17:27:43.000Z","size":3962,"stargazers_count":188,"open_issues_count":18,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-08-16T04:35:04.668Z","etag":null,"topics":["browser","chrome-extensions","javascript","material-ui","open-source","react"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/browsertime/gaafojlhhgdkcjiglocphepomogeagie/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanmiller802.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-12T01:22:04.000Z","updated_at":"2025-07-03T14:57:22.000Z","dependencies_parsed_at":"2024-10-09T13:48:01.203Z","dependency_job_id":null,"html_url":"https://github.com/seanmiller802/BrowserTime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"seanmiller802/react-chrome-extension-template","purl":"pkg:github/seanmiller802/BrowserTime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmiller802%2FBrowserTime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmiller802%2FBrowserTime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmiller802%2FBrowserTime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmiller802%2FBrowserTime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanmiller802","download_url":"https://codeload.github.com/seanmiller802/BrowserTime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanmiller802%2FBrowserTime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271657563,"owners_count":24797935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","chrome-extensions","javascript","material-ui","open-source","react"],"created_at":"2024-10-03T21:09:50.728Z","updated_at":"2025-08-22T15:06:39.232Z","avatar_url":"https://github.com/seanmiller802.png","language":"JavaScript","readme":"# BrowserTime\nIt's like screen time for your browser history\n\n## Description\nThe default history page in chrome is :shit:\n\nBrowserTime is an open source chrome extension that aims to make it better.\n\nWhat you get\n\n - :mag_right: \u0026nbsp; improved searching, filtering, and management of your history\n - :bar_chart: \u0026nbsp; a sleak dashboard giving you a weekly breakdown of how you spent your time on the web\n - :art: \u0026nbsp; 7 awesome UI themes\n\n ![Dashboard logo](./dash.png)\n \n## Download on Chrome Web Store \n \nBrowserTime is available for download on the [Chrome Web Store](https://chrome.google.com/webstore/detail/browsertime/gaafojlhhgdkcjiglocphepomogeagie/)\n \n(note: the version available on the store may be behind the latest version availble on Github)\n \n## Permissions\n \nThis extension requests the following permissions:\n \n- history (Read and change your browsing history)\n- top sites (Read a list of your most frequently visited websites. Will be deprecated in a future release.)\n- storage (Access to the chrome.storage API. Will be deprecated in a future release.)\n- unlimitedStorage (Unlimited storage for client-side data. Will be deprecated in a future release.)\n- chrome://favicon/ (Access website favicons.)\n\n## Privacy\n\nThis project is commited to preserving the privacy of its user's data. We do the following to ensure this:\n\n- no accounts\n- no tracking\n- no data transfer to a server\n- no cookies\n\nIf you see anything that could be a vulnerability or compromise privacy or security please submit an issue\n \n## Contributing\n\nContributions to this project are encouraged! Feel free to make pull requests for bug fixes and new features. Before making a pull request for a new feature, please create\nan issue so we can discuss\n\n## Setup for development\n\nClone the repo: ```git clone https://github.com/seanmiller802/browsertime```\n\nInstall the dependencies: ``` npm run install```\n\n### Run Development Server (currently buggy. suggested to just build for production)\n\nAdd .env file in root directory with these values: ```NODE_ENV=development PORT=9090```\n\nStart the development server: ```npm run start:dev```\n\nthis should open a new tab at localhost:9090/history.html\n\n### Build for Production\nRun the build script: ```npm run build```\n\nGo to chrome://extensions/ if using Chrome browser or brave://extensions if using Brave browser\n\nToggle Developer mode\n\nClick the 'Load Unpacked' button\n\nSelect the build folder at BrowserTime/src/build\n\nVisit chrome://history if using Chrome browser or brave://history if using Brave Browser\n\n## Useful Links\n\nChrome Extension documentation - https://developer.chrome.com/docs/extensions/\n\nMaterial-ui component library - https://material-ui.com/\n\nCharting Libraries \n- @devexpress/dx-react-chart-material-ui\n- @devexpress/dx-react-chart\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanmiller802%2Fbrowsertime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanmiller802%2Fbrowsertime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanmiller802%2Fbrowsertime/lists"}