TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I built a quick way to send links from desktop to mobile

6 pointsby ramkarthikkover 4 years ago

4 comments

ramkarthikkover 4 years ago
Whenever I&#x27;m browsing something that I want to send to my mobile, I send it via WhatsApp web or some hard way.<p>I wanted a way to quickly send links to my mobile. Since we can scan QR code to open URLs, I create a page that takes a URL input and generates a QR code. And then I created a JavaScript snippet that I could add to bookmarks, so I can click that when I&#x27;m on a web page and let the bookmarklet create a QR code.<p>This is a super simple app and can be built with a couple of lines of code.<p>But I thought this might be useful for people who do not have the time to build it for themselves.
评论 #25430490 未加载
Bakaryover 4 years ago
Cool project. For this I usually use a text file on dropbox and the send tab function in Firefox (which has the annoying aspect of needing me to sync manually to see it on mobile). This seems like a better option.
评论 #25420242 未加载
llagerlofover 4 years ago
Nice. Now we just need a way to share links from mobile to desktop and we have made a full circle!<p>Thanks.
dmjeover 4 years ago
I like it. Friction a bit higher than the method I use now: Telegram Saved Messages. But still cool, thanks for sharing.