volando
Member
- Joined
- Nov 7, 2009
- Messages
- 229
- Reaction score
- 0
Ok, this is too awesome not to share... I know the description clearly states this usecase on the app page, but I figure most people skipped it like I did, thinking the Barcode Scanner is only useful for shopping etc...
You can send your droid urls without going through email/sms or anything, makes sense for youtube clips or any complicated urls you don't want to type:
save the below bookmarklet (FF or Chrome):
whatever webpage you're on, open the bookmarklet -> a window will pop up with a 2d barcode. Scan it using Barcode Scanner Android App Review by AndroidTapp.com | Android Tapp. Android App Reviews
The Droid will recognize it as a URL and present you an option to navigate there!
You can send your droid urls without going through email/sms or anything, makes sense for youtube clips or any complicated urls you don't want to type:
save the below bookmarklet (FF or Chrome):
Code:
javascript:void(open('http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl='+encodeURIComponent(getSelection()+""||location.href),'Qr%20code','width=310,height=310'))
whatever webpage you're on, open the bookmarklet -> a window will pop up with a 2d barcode. Scan it using Barcode Scanner Android App Review by AndroidTapp.com | Android Tapp. Android App Reviews
The Droid will recognize it as a URL and present you an option to navigate there!