https://github.com/wakatime/browser-wakatime
Chrome extension for automatic time tracking and metrics generated from your browsing activity.
https://github.com/wakatime/browser-wakatime
Last synced: 10 days ago
JSON representation
Chrome extension for automatic time tracking and metrics generated from your browsing activity.
- Host: GitHub
- URL: https://github.com/wakatime/browser-wakatime
- Owner: wakatime
- License: bsd-3-clause
- Created: 2015-05-25T19:53:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T05:19:15.000Z (about 1 year ago)
- Last Synced: 2024-04-14T03:14:47.731Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://wakatime.com
- Size: 6.68 MB
- Stars: 385
- Watchers: 23
- Forks: 93
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- jimsghstars - wakatime/browser-wakatime - Chrome extension for automatic time tracking and metrics generated from your browsing activity. (TypeScript)
- awesome-starred - wakatime/browser-wakatime - Chrome extension for automatic time tracking and metrics generated from your browsing activity. (TypeScript)
README
# browser-wakatime
Automatic time tracking for stats about your website debugging, research, documentation, etc.
Note: Activity from this browser extension will not display on leaderboards, so installing this extension may lower your rank.
## Installation
1. Install the extension:
[](https://chrome.google.com/webstore/detail/wakatime/jnbbnacmeggbgdjgaoojpmhdlkkpblgi)
[](https://addons.mozilla.org/en-US/firefox/addon/wakatimes/)
[](https://microsoftedge.microsoft.com/addons/detail/wakatime/cdnpfnaadjmaplhghnlonephmabegadl)
2. Login to [WakaTime](https://wakatime.com/).
3. Use your browser like you normally do and your time will be tracked for you automatically.
4. Visit https://wakatime.com to see your logged time.
5. Use in conjunction with [other WakaTime plugins](https://wakatime.com/plugins).
## Screenshots


## Development instructions
```
npm i --include=dev
npm run dev
```Run tests:
```
npm test
```### Troubleshooting
Check for errors by inspecting the extension.

The extension is going through a refactor, the new build [instructions are here](./DEVELOPMENT.md)