<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>chrometricks.net &#187; trick</title>
	<atom:link href="http://chrometricks.net/tag/trick/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrometricks.net</link>
	<description>Chrome Tips &#038; Tricks</description>
	<lastBuildDate>Thu, 27 May 2010 05:39:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Download YouTube Videos in Chrome</title>
		<link>http://chrometricks.net/download-youtube-videos-in-chrome/</link>
		<comments>http://chrometricks.net/download-youtube-videos-in-chrome/#comments</comments>
		<pubDate>Sat, 21 Feb 2009 07:34:59 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=70</guid>
		<description><![CDATA[
			
				
			
		
After having one of those &#8216;Download Video from YouTube&#8217; sites many moons ago, i thought i&#8217;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 &#8220;Download YouTube&#8221; or something you will remember, then for the address field paste:
Quote:
javascript:window.location.href = &#8216;http://youtube.com/get_video?video_id=&#8217; + [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchrometricks.net%2Fdownload-youtube-videos-in-chrome%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchrometricks.net%2Fdownload-youtube-videos-in-chrome%2F&amp;source=azulfi&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>After having one of those &#8216;Download Video from YouTube&#8217; sites many moons ago, i thought i&#8217;d check the code and see what could be done for Chrome as yes it can be done.</p>
<p>Create a new bookmark and call it &#8220;Download YouTube&#8221; or something you will remember, then for the address field paste:</p>
<p>Quote:</p>
<blockquote><p>javascript:window.location.href = &#8216;http://youtube.com/get_video?video_id=&#8217; + swfArgs['video_id']+ &#8220;&amp;l=&#8221; + swfArgs['l'] + &#8220;&amp;sk=&#8221; + swfArgs['sk'] + &#8216;&amp;fmt_map&#8217; + swfArgs['fmt_map'] + &#8216;&amp;t=&#8217; + swfArgs['t'];</p></blockquote>
<p>Then save your bookmark. Next go to the YouTube video you want to download, when it starts playing click your &#8220;Download YouTube&#8221; bookmark and you will see the .flv start to download in Chrome&#8217;s download status bar.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/download-youtube.png" alt="" width="445" height="255" /><br />
<span id="more-70"></span></p>
<p><strong>Download Youtube Videos in MP4</strong><br />
With a bit of tinkering around with the above code, also downloading the video in MP4 is possible.</p>
<p>Same as above, create a new bookmark (It&#8217;s probably best to name the above Download YouTube in FLV and then name this one Download YouTube in MP4) then add the following code in the address field:</p>
<p>Quote:</p>
<blockquote><p>javascript:window.location.href = &#8216;http://youtube.com/get_video?video_id=&#8217; + swfArgs['video_id']+ &#8220;&#038;fmt=18&#8243; + &#8220;&#038;l=&#8221; + swfArgs['l'] + &#8220;&#038;sk=&#8221; + swfArgs['sk'] + &#8216;&#038;fmt_map&#8217; + swfArgs['fmt_map'] + &#8216;&#038;t=&#8217; + swfArgs['t'];</p></blockquote>
<p>Save then use the same way as the above.<br />
<script type="text/javascript"><!--
google_ad_client = "pub-2154925695899075";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "CC6600";
google_color_text = "000000";
google_color_url = "027EE7";
google_ui_features = "rc:0";
//-->
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/download-youtube-videos-in-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Useful Google Chrome Tips</title>
		<link>http://chrometricks.net/9-useful-google-chrome-tips/</link>
		<comments>http://chrometricks.net/9-useful-google-chrome-tips/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 07:42:47 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and trick]]></category>
		<category><![CDATA[trick]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=67</guid>
		<description><![CDATA[
			
				
			
		
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 &#8220;Back&#8221; button. This also works for the &#8220;Forward&#8221; button.


2. Undo closing a tab: press Ctrl+Shift+T or open a new tab and check the &#8220;Recently [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fchrometricks.net%2F9-useful-google-chrome-tips%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fchrometricks.net%2F9-useful-google-chrome-tips%2F&amp;source=azulfi&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Here are some not-so-obvious things you can do in Google Chrome, the minimalistic browser launched on Tuesday.<br />
<img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips01.png" alt="" width="471" height="242" /><br />
1. Show the list of recently visited pages from the current tab: right-click on the &#8220;Back&#8221; button. This also works for the &#8220;Forward&#8221; button.<br />
<span id="more-67"></span><br />
<img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips02.png" alt="" width="466" height="117" /><br />
2. Undo closing a tab: press Ctrl+Shift+T or open a new tab and check the &#8220;Recently closed tabs&#8221; section.</p>
<p>3. Focus on the default search option in the address bar: type ? before entering your query.</p>
<p>4. Perform simple calculations and unit conversions using Google Calculator by simply typing the expression in Google Chrome&#8217;s address bar (or &#8220;omnibox&#8221;). To copy the answer, select the suggestion.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips03.png" alt="" width="475" height="242" /><br />
5. If you need more space in a textarea, resize it by dragging the lower right corner.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips04.png" alt="" width="475" height="242" /><br />
6. Monitor the resources used by a web page &#8211; right click inside the page, select &#8220;Inspect element&#8221;, switch to the &#8220;Resources&#8221; tab and reload the web page. You&#8217;ll see a list of images, scripts and objects loaded from the web page and you can sort them by size or by loading time.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips05.png" alt="" width="475" height="242" /><br />
7. Detach a tab and open it in a new window &#8211; just drag the tab outside the active window. You can also add it back to the original window using drag and drop.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips06.png" alt="" width="475" height="242" /><br />
8. After downloading a file, you can copy it to the desktop or to any other folder by using drag and drop directly from Google Chrome.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips07.png" alt="" width="475" height="129" /><br />
9. If the search engine of a site supports OpenSearch, you can add it to Google Chrome&#8217;s search box by simply visiting the site and performing a search. The domain name automatically becomes a keyword and you should only type the first letters from the URL until you see &#8220;press Tab to search example.com&#8221;. Then press Tab and type your query.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Tips08.png" alt="" width="475" height="281" /><br />
You can also manually add search engines, by right-clicking on the address bar and selecting &#8220;Edit search engines&#8221;. Here&#8217;s one example, where you can see that you need to find the URL for the search results page and replace the query with %s:<br />
<!--adsense--><br />
Name &#8211; Wikipedia<br />
Keyword &#8211; wiki (that&#8217;s what you need to type in the address bar)<br />
URL &#8211; http://en.wikipedia.org/wiki/Special:Search?search=%s</p>
<p>You can also use the keywords for other kinds of services: for translating web pages, for bookmarking pages online or simply as aliases for web pages (omit &#8220;%s&#8221; from the URL).</p>
<p>Name &#8211; Google Translate (English)<br />
Keyword &#8211; trans<br />
URL &#8211; http://translate.google.com/translate?u=%s</p>
<p>10. Do you want Google Chrome without Google&#8217;s branding and with an open source license (BSD license)? Check Chromium, the open source project created for Google Chrome. You can install the latest snapshots for Windows or download the code and build it in Windows, Mac, Linux.</p>
<p>To install Chromium in Windows, go to the most recent directory from this page (it should be at the top) and download mini_installer.exe. Note that these snapshots could be less stable than the version available at google.com/chrome and you may need to manually update Chromium.<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/9-useful-google-chrome-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
