Tuesday, April 30, 2024
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 2336  / 3 Years ago, wed, july 21, 2021, 2:12:22

I came across this question about Google Keep. The existing answer is no longer relevant, since Chrome apps are being phased out.


How to use Google Keep with Ubuntu 22.04?


More From » software-recommendation

 Answers
7

This answer shows how to use Google Keep as a standalone web app in the browser (Chrome/Chromium/Firefox).




Google Chrome/Chromium




Try it in the terminal


There is a command line -app= option you can try. Open a terminal and enter


google-chrome -app=https://keep.google.com

This will open the Keep web page without tabs, the address box, menu, toolbar, or the installed chrome extension icons.


It looks pretty much like a desktop Google Keep app. If you like this approach, follow the next steps.


Create a desktop launcher


Create a desktop launcher file in $HOME/.local/share/applications/ folder with the following text.


[Desktop Entry]
Version=1.0
Name=Google Keep
Exec=/usr/bin/google-chrome -app=https://keep.google.com
StartupNotify=true
Terminal=false
Icon=google-chrome
Type=Application

I have kept the Chrome icon above. You may want to change to something more suitable.


Name this file keep.desktop and save it.


Now you should have a searchable desktop app for Keep.


The GUI way using Chrome



  1. Open https://keep.google.com in Google chrome

  2. Click on the three vertical dot menu on the top right corner

  3. Click on More Tools > Create Shortcut....

  4. Check the box Open as Window and then the button Create.


That is pretty much it.


Hope this helps


Firefox




First, install Linux Mint Webapp Manager in Ubuntu.


wget http://packages.linuxmint.com/pool/main/w/webapp-manager/webapp-manager_1.2.8_all.deb
sudo apt install ./webapp-manager_1.2.8_all.deb

Now open Webapp Manager, and click on the add button.
webapp manager


Now, add information about Google Keep.
enter image description here
(The icon is named chrome-google-keep in the Papirus Icon theme. In case you don't have this icon theme, you can manually download the icon from internet and add it)


Now, Google Keep should show up among your apps.


[#107] Thursday, July 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ouschee

Total Points: 485
Total Questions: 88
Total Answers: 106

Location: Central African Republic
Member since Mon, Aug 10, 2020
4 Years ago
ouschee questions
Wed, May 31, 23, 19:23, 12 Months ago
Tue, Aug 16, 22, 07:29, 2 Years ago
Wed, May 4, 22, 12:18, 2 Years ago
Sun, Jul 4, 21, 19:53, 3 Years ago
;