Ruddra.com

Ubuntu Hacks: Launching Chrome Apps at Startup

Ubuntu Hacks: Launching Chrome Apps at Startup
Photo by dylan nolte on Unsplash

Chrome apps are really handy when you don’t want to overhaul your system with apps for every little purpose. Starting those apps at startup can be used instead of manually starting them every time you want to use them. Like starting the messenger at startup of the system. To do that.

Steps

  1. First, go to Ubuntu’s search menu and search for startup applications.
    1
  2. Then open that application preference and add new startup application.
    2
    3
  3. Put any name you want in there. Also, in command section, write:
google-chrome --app-id=[app_id]

Now you need to have app_id which you can easily find like this:

For example, we want to add All in One Messenger, and when you look for it in chrome store, the URL will appear like this: https://chrome.google.com/webstore/detail/all-in-one-messenger/lainlkmlgipednloilifbppmhdocjbda?hl=en

2

So the lainlkmlgipednloilifbppmhdocjbda is the app_id here.

Finally, if we want to add this app at startup, first we need to add it to our chrome, then like the previous steps mentioned above, add new startup application with the command: google-chrome --app-id=lainlkmlgipednloilifbppmhdocjbda. That should do the trick and you will see all in one messenger starting up whenever you initially login into the system.

In conclusion

Its pretty simple and straight forward proccess, and very useful when you have bunch of chrome apps.

Last updated: Apr 05, 2024


← Previous
Play With Pillow

Who hasn’t heard PIL? It’s an image processing library made by python (Python Image …

Next →
Use VS Code for Python and Django Development

A guide for configuring VS Code to develop applications with Python and Django.

Share Your Thoughts
M↓ Markdown