53 lines
1.4 KiB
Markdown
53 lines
1.4 KiB
Markdown
# chrome-wakatime
|
|
|
|
Automatic time tracking for stats about your website debugging, research, documentation, etc.
|
|
|
|
Note: Activity from this Chrome 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 Chrome 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)
|