Criando atalhos de serviços do Google Chrome para o Desktop
Você pode usar o Google Keep ou o Google Calendar como se fosse um aplicativo no seu desktop.
Para isso, basta você abrir o executável do Google Chrome e passar como parâmetro
/usr/bin/google-chrome-stable --app=https://keep.google.com --profile-directory="Default"
Exemplo de Arquivo .desktop no Linux
#!/usr/bin/env xdg-open[Desktop Entry] Version=1.0 Name=Google Keep GenericName=Google Keep Comment=Opens a notepad Exec=/usr/bin/google-chrome-stable --app=https://keep.google.com --profile-directory="Default" Icon=/home/aleatitus/Icons/keep-512.png StartupNotify=true Terminal=false Type=Application