Chrome Tips & Tricks
21 Feb
After having one of those ‘Download Video from YouTube’ sites many moons ago, i thought i’d check the code and see what could be done for Chrome as yes it can be done.
Create a new bookmark and call it “Download YouTube” or something you will remember, then for the address field paste:
Quote:
javascript:window.location.href = ‘http://youtube.com/get_video?video_id=’ + swfArgs['video_id']+ “&l=” + swfArgs['l'] + “&sk=” + swfArgs['sk'] + ‘&fmt_map’ + swfArgs['fmt_map'] + ‘&t=’ + swfArgs['t'];
Then save your bookmark. Next go to the YouTube video you want to download, when it starts playing click your “Download YouTube” bookmark and you will see the .flv start to download in Chrome’s download status bar.
17 Feb
Here are some not-so-obvious things you can do in Google Chrome, the minimalistic browser launched on Tuesday.

1. Show the list of recently visited pages from the current tab: right-click on the “Back” button. This also works for the “Forward” button.
(more…)