Skip to content

Play a satisfying ding sound, when ticking a task in google tasks πŸ›ŽοΈ

License

Notifications You must be signed in to change notification settings

tiluk/g-tasks-ding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

g-tasks-ding πŸ›ŽοΈ

Chrome Extension to play a satisfying ding sound, when ticking a task in google tasks

Supported Languages

  • English (US)
  • German (DE)

Add your language

If you want to add your language, please follow these steps:

  1. Find out the language code of your language (e.g. de for German)
  2. Find out the aria-label of the task button in your language (e.g. Erledigt for German)
  3. Add a new entry to the switch-case in content.js like this:
case 'de':
    return 'Erledigt';
  1. Create a new pull request with your changes

About

Play a satisfying ding sound, when ticking a task in google tasks πŸ›ŽοΈ

Resources

License

Stars

Watchers

Forks

Releases

No releases published