I need a way to transfer links quickly in order to open them from my Android smartphone.
Any ideas?
Note it's not about files, It's just links and I'm looking for a manner to do it properly, easily and quickly.
It could be preferably through internet. But other possibilities would be through: phone network, bluetooth, LAN (wi-fi) or QR code.
Chrome to Phone is the official (Google) way to do it.
Browser Extension
Android App
I've created the following bookmarklet for my Firefox bookmarks toolbar, it uses Google APIs to create a bookmarklet (for simplicity):
When activated, it will prompt you to enter data (by default the URL of the current page). Press OK to get a QR code displayed on the current page 1. When done, press the QR picture to make it go away.
In order to add it (assuming you have a bookmarks toolbar):
QR
(or whatever identifier you would like).%20
on pressing OK, this is normal (URL encoding).On your Android phone, install the Barcode Scanner app (beware for malicious clones in the Play Store).
1 It will not work for websites that define a restricted Content Security Policy (for example, Github). Askubuntu works fine though.
You can use KDE Connect on your phone and GSConnect in ubuntu.
This will allow to send link from your phone to ubuntu and much much more than that, if you are interested in that.
https://extensions.gnome.org/extension/1319/gsconnect/
https://f-droid.org/packages/org.kde.kdeconnect_tp/ or https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp
https://askubuntu.com/a/1036352/350004