65.9K
CodeProject is changing. Read more.
Home

Send web page to device using Google Chrome

starIconstarIconstarIconstarIconemptyStarIcon

4.00/5 (1 vote)

Nov 4, 2013

CPOL

2 min read

viewsIcon

5366

Copying the URL can be cumbersome, so I needed a solution for this annoying task.

(Note: This post applies to Google Chrome.  Similar alternatives exist for FireFox)

I’ve often been browsing the web and came across a site that needed to be loaded on one of my devices (such as to download an app).

Copying the URL can be cumbersome, so I needed a solution for this annoying task.

Solution 1

The first solution I had come across, and have been using, is a QR Code Generator for Google Chrome… which can be found here -> http://tinyurl.com/ou7nq5d

The way this works, is that on any page you would generate a QR code for the current page, and then just use a QR code scanner to scan the URL to your phone.

Step 1: Right-click, and select ‘Generate QR Code’.

Generate a QR Code

Generate a QR Code

Step 2: Scan the generated QR Code with your phone… and voilà :)

Scan the generated QR Code

Scan the generated QR Code

This solution is a bit cumbersome, but less cumbersome than actually copying the URL to your phone (or emailing/texting/GTalking it to your phone).

Solution 2

The second solution I found is even better!  This works similarly to the ‘other devices’ option in chrome, but with far less clicks.

Install the chrome to mobile plugin -> http://tinyurl.com/crkw3vx

Once this is done, a nice little icon will appear in your address bar.

Chrome to Mobile

Chrome to Mobile

This will show a pop-up with all your devices that are connected to your google account.

Send to device

Send to device

Once you do this, a push-notification (for iOS only, Android just goes straight to the page) is sent to your device (the device must have chrome installed)… select this, and bingo… you’re now browsing the page on your device.

iPhone Notification

iPhone Notification

iPad Notification

iPad Notification

Note: This will not work for Windows Phone (since there is no Chrome browser at the time of writing)… but the QR Code solution will work ;)