
---
Simple browser add-on for GitHub to add back the tasks count on issues page.
[
](https://addons.mozilla.org/pl/firefox/addon/tickback)
[
](https://chromewebstore.google.com/detail/ehjcinhljepmpdlipppnhbamhhoidafk?utm_source=item-github-page)
---
## Project Status
- [x] Chrome version
- [x] Show tasks count on the issues page (__API token is required!__)
- [x] Working search filters
- [x] Show tasks count on the single issue page
- [x] Add custom SVG icon for
- [x] All tasks incomplete
- [x] All tasks done
- [x] Get tasks with:
- [x] Personal Access Token
- [x] Page HTML
- [ ] More customization options
# How to use
1. After installation, settings page will be opened.
2. Enter your GitHub Personal Access Token (PAT) in the settings page (if you want to use the API features).
3. Configure the extension settings according to your preferences.
4. Now everything should work as expected.
# Known issues
- [#17](https://github.com/Ja-Tar/TickBack/issues/17) - Using (while searching for issues) AND / OR operator couses extention to not work properly. Currently not fixable.