Chrome Extension to play a satisfying ding sound, when ticking a task in google tasks
- English (US)
- German (DE)
If you want to add your language, please follow these steps:
- Find out the language code of your language (e.g.
de
for German) - Find out the aria-label of the task button in your language (e.g.
Erledigt
for German) - Add a new entry to the switch-case in
content.js
like this:
case 'de':
return 'Erledigt';
- Create a new pull request with your changes