<?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>Make Tech Easier &#187; google chrome</title>
	<atom:link href="http://maketecheasier.com/category/google-chrome/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Enable Flash Support in Google Chrome in Ubuntu</title>
		<link>http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19</link>
		<comments>http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19#comments</comments>
		<pubDate>Wed, 19 Aug 2009 12:29:54 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[Adobe Flash Player]]></category>
		<category><![CDATA[Flash support]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=6548</guid>
		<description><![CDATA[The Chromium team has released an alpha unstable version of the Google Chrome for Linux and Mac platform. Those who are keen to try out Google Chrome in their Ubuntu machine, but are not willing to run it under wine, you can now grab the deb file and install it in your system.
One of the [...]<p><strong><a href="http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19">How to Enable Flash Support in Google Chrome in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12' rel='bookmark' title='Permanent Link: How to Run Google Chrome in Ubuntu'>How to Run Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16' rel='bookmark' title='Permanent Link: 10 Useful Google Chrome Tips and Tricks'>10 Useful Google Chrome Tips and Tricks</a></li><li><a href='http://maketecheasier.com/things-you-need-to-install-after-installing-ubuntu/2008/01/24' rel='bookmark' title='Permanent Link: Things You Need To Install After Installing Ubuntu'>Things You Need To Install After Installing Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/2008/04/01' rel='bookmark' title='Permanent Link: How to Install Safari, Internet Explorer, Opera on Ubuntu'>How to Install Safari, Internet Explorer, Opera on Ubuntu</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-6556" title="gchrome-logo" src="http://images.maketecheasier.com/2009/08/gchrome-logo.jpg" alt="google chrome logo" width="200" height="142" />The Chromium team has released an alpha unstable version of the Google Chrome for Linux and Mac platform. Those who are keen to try out Google Chrome in their Ubuntu machine, but are not willing to <a href="http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12">run it under wine</a>, you can now grab the deb file and install it in your system.</p>
<p>One of the limitation of Google Chrome in Linux is that it does not support flash. If you intend to use it to watch your favorite YouTube channel, then you are out of luck. Luckily, there is a little trick that you can use to overcome this limitation. If you have installed the Adobe Flash player for your Firefox browser, you can now use the same player to run flash script in Google Chrome.</p>
<h3>Installation</h3>
<p>If you have not installed Google Chrome (unstable), go to the <a href="http://dev.chromium.org/getting-involved/dev-channel" target="_blank">Chromium dev channel</a> and grab the respective deb file for your system (32-bit and 64-bit). Double click on the deb file to start the installation. The whole process shouldn&#8217;t take more than 5 minutes.</p>
<h3>Check for Adobe Flash player</h3>
<p>If you have previously installed the Adobe Flash Player in your system, you should be able to find the <em>libflashplayer.so</em> file in the <em>/usr/lib/flashplugin-installer</em> directory. However, if you have installed the Flash player via the <em>ubuntu-restricted-extra</em> package, the libflashplayer.so will be located at the <em>/usr/lib/adobe-flashplugin</em> directory instead.</p>
<p>To find out where your libflashplayer.so is located, you might want to do a search in Nautilus.</p>
<p><img class="alignnone size-full wp-image-6549" title="gchrome-nautilus1" src="http://images.maketecheasier.com/2009/08/gchrome-nautilus1.jpg" alt="google chrome search for libflashplayer in nautilus" width="577" height="401" /></p>
<p><img class="alignnone size-full wp-image-6550" title="gchrome-nautilus2" src="http://images.maketecheasier.com/2009/08/gchrome-nautilus2.jpg" alt="google chrome libflashplayer properties" width="486" height="498" /></p>
<p>If you have not installed Flash Player, run the command in your terminal to install it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> flashplugin-installer</pre></div></div>

<h3>Installing the Flash plugin</h3>
<p>Create a <em>plugins</em> folder in the Google Chrome directory</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>plugins</pre></div></div>

<p>Copy the libflashplayer.so file to the plugins folder.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>flashplugin-installer<span style="color: #000000; font-weight: bold;">/</span>libflashplayer.so <span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>plugins</pre></div></div>

<p><strong>Note: </strong>change the source path if your libflashplayer.so file is not located at other location.</p>
<h3>Editing the Application menu</h3>
<p>Right click at the Application menubar and select &#8220;<em>Edit Menus</em>&#8221;</p>
<p>Scroll down to find &#8220;Internet&#8221; on the left pane and select Google Chrome on the right. Click on the <em>Properties</em> button on the right side.</p>
<p><img class="alignnone size-full wp-image-6551" title="gchrome-appmenu" src="http://images.maketecheasier.com/2009/08/gchrome-appmenu.jpg" alt="google chrome application menu" width="577" height="469" /></p>
<p>In the Command field, change the command to</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>opt<span style="color: #000000; font-weight: bold;">/</span>google<span style="color: #000000; font-weight: bold;">/</span>chrome<span style="color: #000000; font-weight: bold;">/</span>google-chrome <span style="color: #660033;">--enable-plugins</span> <span style="color: #000000; font-weight: bold;">%</span>U</pre></div></div>

<p><img class="alignnone size-full wp-image-6552" title="gchrome-command" src="http://images.maketecheasier.com/2009/08/gchrome-command.jpg" alt="google chrome command line" width="577" height="209" /></p>
<p>Save and close all the windows.</p>
<p>The flash player should be working in your Google Chrome now.</p>
<p><img class="alignnone size-full wp-image-6553" title="gchrome-youtube2" src="http://images.maketecheasier.com/2009/08/gchrome-youtube2.jpg" alt="google chrome playing youtube with flash support" width="395" height="346" /></p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19">How to Enable Flash Support in Google Chrome in Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/install-adobe-air-for-linux-in-ubuntu-intrepid/2008/12/19' rel='bookmark' title='Permanent Link: Install Adobe Air For Linux In Ubuntu Intrepid'>Install Adobe Air For Linux In Ubuntu Intrepid</a></li><li><a href='http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12' rel='bookmark' title='Permanent Link: How to Run Google Chrome in Ubuntu'>How to Run Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16' rel='bookmark' title='Permanent Link: 10 Useful Google Chrome Tips and Tricks'>10 Useful Google Chrome Tips and Tricks</a></li><li><a href='http://maketecheasier.com/things-you-need-to-install-after-installing-ubuntu/2008/01/24' rel='bookmark' title='Permanent Link: Things You Need To Install After Installing Ubuntu'>Things You Need To Install After Installing Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/2008/04/01' rel='bookmark' title='Permanent Link: How to Install Safari, Internet Explorer, Opera on Ubuntu'>How to Install Safari, Internet Explorer, Opera on Ubuntu</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Three Easy Ways to Synchronize Your Bookmarks Across Various Browsers</title>
		<link>http://maketecheasier.com/three-easy-ways-to-synchronize-your-bookmarks-across-various-browsers/2009/06/12</link>
		<comments>http://maketecheasier.com/three-easy-ways-to-synchronize-your-bookmarks-across-various-browsers/2009/06/12#comments</comments>
		<pubDate>Fri, 12 Jun 2009 12:33:30 +0000</pubDate>
		<dc:creator>Joshua Price</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[delicious]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[weave]]></category>
		<category><![CDATA[xmarks]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=5255</guid>
		<description><![CDATA[Like many of you, I use a LOT of different computers.  Some at home, some at work, some in between.  Many of these computers have more than one operating system installed, and those operating systems may have more than one browser.  All this leaves a LOT of places you may have saved [...]<p><strong><a href="http://maketecheasier.com/three-easy-ways-to-synchronize-your-bookmarks-across-various-browsers/2009/06/12">Three Easy Ways to Synchronize Your Bookmarks Across Various Browsers</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/12-essential-firefox-add-ons-for-power-browsing/2008/01/04' rel='bookmark' title='Permanent Link: 12 Essential Firefox Add-ons For Power Browsing'>12 Essential Firefox Add-ons For Power Browsing</a></li><li><a href='http://maketecheasier.com/sync-your-passwords-across-different-browsers-with-lastpass/2009/01/16' rel='bookmark' title='Permanent Link: Sync Your Passwords Across Different Browsers With LastPass'>Sync Your Passwords Across Different Browsers With LastPass</a></li><li><a href='http://maketecheasier.com/be-more-efficient-with-firefox-keywords/2009/05/14' rel='bookmark' title='Permanent Link: How To Be More Efficient With Firefox Keywords'>How To Be More Efficient With Firefox Keywords</a></li><li><a href='http://maketecheasier.com/better-manage-your-oneline-bookmarking-with-speedtile/2009/05/03' rel='bookmark' title='Permanent Link: Better Manage Your Oneline Bookmarking With SpeedTile'>Better Manage Your Oneline Bookmarking With SpeedTile</a></li><li><a href='http://maketecheasier.com/5-extensions-that-i-wish-it-is-working-in-firefox-3/2008/05/28' rel='bookmark' title='Permanent Link: 5 Extensions That I Wish It Is Working In Firefox 3'>5 Extensions That I Wish It Is Working In Firefox 3</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-5286" src="http://images.maketecheasier.com/2009/06/bookmarks-combined.jpg" alt="Combined logo Image" width="200" height="200" />Like many of you, I use a LOT of different computers.  Some at home, some at work, some in between.  Many of these computers have more than one operating system installed, and those operating systems may have more than one browser.  All this leaves a LOT of places you may have saved your bookmarks.  What&#8217;s saved on one might not be saved on another, or perhaps you reformatted your OS and forgot to backup your favorite websites.  Fortunately, there are a multitude of ways to solve this problem, and today we&#8217;ll be covering some of them.  Each of the programs/toolbars/extensions we&#8217;ll try out today can store your bookmarks outside your browser so that they can be accessed from anywhere.</p>
<h3>1. Foxmarks/Xmarks</h3>
<p><img class="alignleft size-full wp-image-5283" src="http://images.maketecheasier.com/2009/06/xmarks.jpg" alt="Xmarks logo" width="125" height="122" /><strong>Type:</strong> Browser Extension (Firefox, IE, Safari)</p>
<p><strong>Saves:</strong> Bookmarks, Passwords</p>
<p><a href="http://www.xmarks.com/" target="_blank">Xmarks</a> (formerly Foxmarks) is a browser extension that allows you to synchronize bookmarks from several locations so that they can follow you anywhere.  It used to be a Firefox-only extension, but now has extend its reach to Internet Explorer and Safari. The website has a type of content search where you can see reviews and ratings for many web sites based on the users of the Xmarks extension.  With the Xmarks extension installed, you&#8217;ll also notice some new icons next to your Google search results indicating ratings and reviews for some of the sites in your search results.</p>
<p>Xmarks also includes an option to sync your saved passwords, so that you can keep the passwords saved in one browser and share them to all the others where you installed Xmarks.</p>
<p>To install the Xmarks extension, go to <a href="http://download.xmarks.com/download" target="_blank">http://download.xmarks.com/download</a> and choose the appropriate plugin for your browser.</p>
<h3>2. delicious</h3>
<p><img class="alignleft size-thumbnail wp-image-5282" src="http://images.maketecheasier.com/2009/06/delicious_logo.jpg" alt="delicious_logo" width="120" height="120" /><strong>Type:</strong> Browser Extension (Firefox, Internet Explorer 8, Safari, Chrome)</p>
<p><strong>Saves:</strong> Bookmarks</p>
<p>Any topic on web bookmark services will always eventually lead to <a href="http://delicious.com/" target="_blank">http://delicious.com/</a> (previously known as <em>del.icio.us</em>).  This site has been around for a while and has always been a great place to store and share your bookmarks.  Delicious also allows you to tag your bookmarks with keywords, so that you can search your (or other people&#8217;s) bookmarks based on tags.  From the website you can search with those tags to see what bookmarks others have submitted on that topic.</p>
<p>The browser extension for Firefox can be found <a href="https://addons.mozilla.org/en-US/firefox/addon/3615" target="_blank">here</a>.</p>
<p>The browser extension for IE8 can be found <a href="http://www.ieaddons.com/en/details/other/Delicious_Bookmarks_Addon/" target="_blank">here</a></p>
<p>The browser extension for Safari can be found <a href="http://delicioussafari.com/" target="_blank">here</a></p>
<p>For Google Chrome, go to the <a href="http://delicious.com/help/bookmarklets" target="_blank">delicious site</a> and drag the bookmarklet to the bookmark bar.</p>
<h3>3. Mozilla Weave</h3>
<p><img class="alignleft size-full wp-image-5278" src="http://images.maketecheasier.com/2009/06/weave.jpg" alt="Mozilla Weave logo" width="100" height="100" /><strong>Type:</strong> Browser Extension (Firefox)</p>
<p><strong>Saves:</strong> Bookmarks, browsing history, saved passwords and tabs</p>
<p>Finally, there&#8217;s Mozilla Weave.  This is a much more ambitious project than just saving your bookmarks online.  Weave is intended to let you keep a complete browser &#8220;experience&#8221; from one computer to the next.  It saves much more info online so that you can access things like your browsing history and tabs along with bookmarks and passwords when roaming to a different Firefox installation. Keeping things like your browser history saved online would make it a lot easier to access that page-you-were-on-yesterday-but-can&#8217;t-quite-remember-the-name, or pull up that news article you just saw but isn&#8217;t on the site&#8217;s front page anymore.</p>
<p>Weave appears to be a very useful tool, but unfortunately it seems to require Firefox 3.5, which is still in development.  If you&#8217;re really excited to try out Weave but don&#8217;t want to wait until 3.5 is officially released as stable, you can get information on download and installation at the <a href="https://labs.mozilla.com/projects/weave/">Mozilla Labs website</a>.</p>
<p>There are some other options out there that I chose not to include in this article for various reasons such as platform portability or concerns about data privacy.  If you&#8217;re using a bookmark sync program/extension to manage your bookmarks, I&#8217;d like to hear about your experiences in the comments below.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/three-easy-ways-to-synchronize-your-bookmarks-across-various-browsers/2009/06/12">Three Easy Ways to Synchronize Your Bookmarks Across Various Browsers</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/12-essential-firefox-add-ons-for-power-browsing/2008/01/04' rel='bookmark' title='Permanent Link: 12 Essential Firefox Add-ons For Power Browsing'>12 Essential Firefox Add-ons For Power Browsing</a></li><li><a href='http://maketecheasier.com/sync-your-passwords-across-different-browsers-with-lastpass/2009/01/16' rel='bookmark' title='Permanent Link: Sync Your Passwords Across Different Browsers With LastPass'>Sync Your Passwords Across Different Browsers With LastPass</a></li><li><a href='http://maketecheasier.com/be-more-efficient-with-firefox-keywords/2009/05/14' rel='bookmark' title='Permanent Link: How To Be More Efficient With Firefox Keywords'>How To Be More Efficient With Firefox Keywords</a></li><li><a href='http://maketecheasier.com/better-manage-your-oneline-bookmarking-with-speedtile/2009/05/03' rel='bookmark' title='Permanent Link: Better Manage Your Oneline Bookmarking With SpeedTile'>Better Manage Your Oneline Bookmarking With SpeedTile</a></li><li><a href='http://maketecheasier.com/5-extensions-that-i-wish-it-is-working-in-firefox-3/2008/05/28' rel='bookmark' title='Permanent Link: 5 Extensions That I Wish It Is Working In Firefox 3'>5 Extensions That I Wish It Is Working In Firefox 3</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/three-easy-ways-to-synchronize-your-bookmarks-across-various-browsers/2009/06/12/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>10 Useful Google Chrome Tips and Tricks</title>
		<link>http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16</link>
		<comments>http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16#comments</comments>
		<pubDate>Tue, 16 Sep 2008 02:23:04 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[google chrome]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=852</guid>
		<description><![CDATA[
Now that you have enjoyed the speed of Google Chrome, it&#8217;s time to dig deeper and get more out of it. Here are 10 tips/tricks to supercharge your chroming experience.
1) Install flash player in Google Chrome 
After you have installed Chrome, some of you will find that you are not able to view Youtube video. [...]<p><strong><a href="http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16">10 Useful Google Chrome Tips and Tricks</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12' rel='bookmark' title='Permanent Link: How to Run Google Chrome in Ubuntu'>How to Run Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19' rel='bookmark' title='Permanent Link: How to Enable Flash Support in Google Chrome in Ubuntu'>How to Enable Flash Support in Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/iron-browser-a-secure-alternative-to-google-chrome/2009/07/08' rel='bookmark' title='Permanent Link: Iron Browser: A Secure Alternative to Google Chrome'>Iron Browser: A Secure Alternative to Google Chrome</a></li><li><a href='http://maketecheasier.com/syncing-to-google-calendar/2008/02/26' rel='bookmark' title='Permanent Link: Syncing To Google Calendar'>Syncing To Google Calendar</a></li><li><a href='http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13' rel='bookmark' title='Permanent Link: 5 Tips for Google Spreadsheets'>5 Tips for Google Spreadsheets</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-859" title="google-chrome" src="http://maketecheasier.com/wp-content/uploads/2008/09/google-chrome.jpg" alt="" width="580" height="172" /></p>
<p>Now that you have enjoyed the speed of <a href="http://www.google.com/chrome" target="_blank">Google Chrome</a>, it&#8217;s time to dig deeper and get more out of it. Here are 10 tips/tricks to supercharge your chroming experience.</p>
<h3>1) Install flash player in Google Chrome<strong> </strong></h3>
<p>After you have installed Chrome, some of you will find that you are not able to view Youtube video. This is especially true if you are <a href="http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12">installing Chrome under Ubuntu</a> (or other Linux distro).</p>
<p><img class="alignnone size-full wp-image-855" title="chrome-flash" src="http://maketecheasier.com/wp-content/uploads/2008/09/chrome-flash.jpg" alt="" width="535" height="338" /></p>
<p>Here is what you can do to fix the problem:</p>
<ul>
<li>Download the <a href="http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi" target="_self">flash player for windows xpi </a>file.</li>
<li>Change the <em>xpi</em> extension to <em>zip</em></li>
<li>Extract the content of the zip file into a folder</li>
<li>Copy the files <em>flashplayer.xpt</em> and <em>NPSWF32.dll</em> to the directory <em>/home/USERNAME/.wine/drive_c/windows/profiles/USERNAME/Local Settings/Application Data/Google/Chrome/Application/Plugins</em>.</li>
<li>For Vista, copy to the directory: <em>C:\Users\\AppData\Local\Google\Chrome\Application\Plugins</em></li>
<li>For XP,<em> </em>copy to the directory <em>C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\Application\Plugins</em></li>
<li>Create the <em>Plugins</em> folder if it does not exist.</li>
</ul>
<p>Restart your Chrome. Your flash player should be working now.</p>
<h3>2) Search from the URL bar</h3>
<p>Unlike Firefox, you can&#8217;t find a search bar in Chrome. To perform a search, simply type your search phrase in the URL bar and press <em>&#8216;Enter&#8217;</em>. Chrome will automatically perform a Google search with the phrase.</p>
<p><img class="alignnone size-full wp-image-856" title="chrome-url-search" src="http://maketecheasier.com/wp-content/uploads/2008/09/chrome-url-search.jpg" alt="" width="580" height="74" /></p>
<p>If you want to go to a site rather than performing a search, press &#8220;<em>Ctrl + Enter</em>&#8221; instead. This will insert <em>www</em> and <em>.com</em> in front and behind of the term and Chrome will bring you to the site.</p>
<h3>3) Change omnibox suggestion count</h3>
<p>By default, Chrome only shows 5 URL suggestions when you type in the URL bar.</p>
<p><img class="alignnone size-full wp-image-857" title="chrome-omnibox" src="http://maketecheasier.com/wp-content/uploads/2008/09/chrome-omnibox.jpg" alt="" /></p>
<p>To increase/decrease the suggestion count, simply add the command line switch</p>
<p class="codeblock"><code>--omnibox-popup-count=your_desirable_suggestions_count</code></p>
<p>where <em>your_desirable_suggestion_count</em> is the number of suggestions that you want it to show.</p>
<p>In Windows, right click on the Chrome shortcut icon and select <em>Properties</em>. In the <em>Target</em> field, add the above command line switch to the end of the command.</p>
<p><img class="alignnone size-full wp-image-853" title="chrome-omnibox-win" src="http://maketecheasier.com/wp-content/uploads/2008/09/chrome-omnibox-win.jpg" alt="" width="365" height="509" /></p>
<p>In Ubuntu, on the desktop, right click on the <em>Application</em> menu and select <em>Edit Menus</em>. Navigate to <em>wine-&gt;Programs-&gt;Google Chrome</em> on the left pane. Double click on <em>Google Chrome</em> on the right pane and edit the Command.</p>
<p><img class="alignnone size-full wp-image-854" title="chrome-omnibox-ubuntu" src="http://maketecheasier.com/wp-content/uploads/2008/09/chrome-omnibox-ubuntu.jpg" alt="" width="580" height="224" /></p>
<h3>4) Creating multiple profiles</h3>
<p>If you are sharing your computer with others (such as your family members), you may want to create a separate profile for everyone others won&#8217;t have access to your search history.</p>
<p>Open the <em>User Data</em> folder your Chrome installation directory.</p>
<p>For Windows Vista</p>
<p class="codeblock">C:\Users\\AppData\Local\Google\Chrome\User Data</p>
<p>For Windows XP</p>
<p class="codeblock">C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data</p>
<p>For Ubuntu</p>
<p class="codeblock">/home/USERNAME/.wine/drive_c/windows/profiles/USERNAME/Local Settings/Application Data/Google/Chrome/User Data</p>
<p>Copy the <em>Default</em> folder and paste it in the <em>User Data</em> folder under another name (say <em>Your_name</em>).</p>
<p>Create a shortcut icon on your desktop and add the following command switch to your path:</p>
<p class="codeblock"><code>--user-data-dir="..\User Data\Your_Name"</code></p>
<p>For Vista:</p>
<p class="codeblock"><code>C:\Users\USERNAME\AppData\Local\Google\Chrome\Application\chrome.exe  -–user-data-dir="..\User Data\Your_Name"</code></p>
<p>For Windows XP</p>
<p class="codeblock"><code>C:\Documents and Settings\USERNAME\Local Settings\Application Data\Google\Chrome\Application\chrome.exe –-user-data-dir="..\User Data\Your_Name"</code></p>
<p>For Ubuntu</p>
<p class="codeblock"><code>wine /home/USERNAME/<em>.wine/drive_c/windows/profiles/USERNAME/Local\ Settings/Application\ Data/Google/Chrome/</em>chrome.exe --new-http --in-process-plugins –-user-data-dir="../User\ Data\Your_Name"</code></p>
<h3>5) Change Chrome theme</h3>
<p><img class="alignnone size-full wp-image-858" title="chrome-theme" src="http://maketecheasier.com/wp-content/uploads/2008/09/chrome-theme.jpg" alt="" width="580" height="110" /></p>
<p>If you don&#8217;t like the default theme, you can easily change it with the following steps:</p>
<ul>
<li>Download a <a href="http://chromespot.com/forumdisplay.php?f=19" target="_blank">Chrome theme</a> of your liking.</li>
<li>Extract the <em>default.dll</em> file.</li>
<li>Navigate to your Chrome installation directory and go to <em>/Application/Chrome version/Themes</em> folder. The Chrome version will be in the form of <em>0.2.129.27</em>. Replace the <em>default.dll</em> file in the folder with the default.dll file that you have just extracted.</li>
<li>Voila! Your Chrome is now dressed with the new theme.</li>
</ul>
<h3>6) Email link with Gmail</h3>
<p>In Chrome, you can easily create a bookmarklet to email links with your Gmail account. Here is what you do:</p>
<p>In your Chrome, press <em>&#8220;Ctrl + B&#8221;</em> to load the bookmark bar. Right-click on the bar and select &#8216;<em>Add Page</em>&#8216;</p>
<p>In the <em>Name</em> field, type <em>Send with Gmail</em> (or whatever name you like).</p>
<p>In the <em>URL</em> field, copy and paste the following code:</p>
<p class="codeblock"><code>javascript:document.location='https://mail.google.com/mail/?ui=1&amp;view=cm&amp;fs=1&amp;su='+document.title+'&amp;body='+document.location;<br />
</code></p>
<p>and press <em>OK</em>.</p>
<p>If you want Gmail to load in a separate tab, insert this code instead:</p>
<p class="codeblock"><code>javascript:window.open('https://mail.google.com/mail/?ui=1&amp;view=cm&amp;fs=1&amp;tf=1&amp;su='+document.title+'&amp;body='+document.location);return false;</code></p>
<p>Whenever you want to send a link to other, simply click the <em>Send with Gmail</em> bookmarklet and the Gmail compose mail window will appear.</p>
<h3>7) Download Youtube video</h3>
<p>This trick allows you to download Youtube video right from your Chrome.</p>
<p>Same as the <em>Send with Gmail</em> trick, make a new bookmarklet and name it <em>Download Youtube</em></p>
<p>In the <em>URL</em> field, copy and paste the following code in:</p>
<p class="codeblock"><code>javascript:window.location.href='http://youtube.com/get_video?video_id=' + swfArgs['video_id'] + "&amp;l=" + swfArgs['l'] + "&amp;sk=" + swfArgs['sk'] + '&amp;fmt_map' + swfArgs['fmt_map'] + '&amp;t=' + swfArgs['t'];</code></p>
<p>Now go to <a href="http://www.youtube.com" target="_blank">Youtube</a> and watch any video. Click the <em>Download Youtube</em> bookmarklet and it will save the current video to your hard drive. Remember to add a <em>.flv</em> extension to the downloaded video.</p>
<p>(Source: <span class="fullpost"><a href="http://unlockforus.blogspot.com" target="_blank">unlockforus.blogspot.com</a>)</span></p>
<h3>8) Zoom in/out</h3>
<p>For those who find that the font is too big/small for your viewing, you can zoom in/out the page by pressing <em>Ctrl + Mousewheel</em>.</p>
<h3>9) Drag and drop tab to load in a new window</h3>
<p>When you have more than one tabs, you can easily drag any tab and drop it on the menu bar to load a new window.</p>
<h3>10) Install Greasemonkey on Chrome</h3>
<p><img class="size-full wp-image-860 alignleft" title="grease" src="http://maketecheasier.com/wp-content/uploads/2008/09/grease.jpg" alt="" width="200" height="200" />Although Greasemonkey is an addon for Firefox, you can easily get it to work in Chrome with this simple tweak:</p>
<p>Drag this <a href="javascript:(function()%7Bfor(var%20i=0;i%3Cdocument.links.length;i++)%7Bvar%20a=document.links%5Bi%5D;if(a.href.indexOf('.user.js')%3E0)%7Ba.href=%22javascript:(function()%7Bvar%20s='%22+a.href+%22',t='text/javascript',d=document,n=navigator,e;(e=d.createElement('script')).src=s;e.type=t;d.getElementsByTagName('head')%5B0%5D.appendChild(e)%7D)();doIt('');void('');%22;with(a.style)%7Bborder=%222px%20groove%20%23000%22;padding=%220px%205px%202px%22;backgroundColor=%22%23ddd%22;color=%22black%22;fontFamily=%22sans-serif%22;textDecoration=%22none%22;fontSize=%2210pt%22;marginTop=%225px%22;%7D%7D%7D%7D)()">Monkey</a> to your Chrome bookmark bar.</p>
<p>This <em>Monkey</em> bokmarklet will enable any userscripts to be automatically turned into bookmarklets.</p>
<p>To install Greasemonkey script on Google Chrome, go to <a href="http://userscripts.org/scripts/" target="_blank">user script</a> and search for the Greasemonkey script you want. Visit the installation script page which says &#8220;<em>install the script</em>&#8221; and click on the <em>Monkey</em> bookmarklet, this will change the script into Chrome compatible bookmarklet. Now drag &#8220;<em>Install the script</em>&#8221; onto the bookmark bar of chrome. That&#8217;s it! (reference from <a href="http://blogote.com/2008/ideas/browser-ideas/how-to-install-greasemonkeys-script-on-google-chrome.html" target="_blank">Blogote</a>)</p>
<p>What are your favorite Chrome tips and tricks? Let us know in the comments.</p>
<p><!--adsense#468x60--></p>
<p><strong><a href="http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16">10 Useful Google Chrome Tips and Tricks</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-run-google-chrome-in-ubuntu/2008/09/12' rel='bookmark' title='Permanent Link: How to Run Google Chrome in Ubuntu'>How to Run Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/enable-flash-support-in-google-chrome-in-ubuntu/2009/08/19' rel='bookmark' title='Permanent Link: How to Enable Flash Support in Google Chrome in Ubuntu'>How to Enable Flash Support in Google Chrome in Ubuntu</a></li><li><a href='http://maketecheasier.com/iron-browser-a-secure-alternative-to-google-chrome/2009/07/08' rel='bookmark' title='Permanent Link: Iron Browser: A Secure Alternative to Google Chrome'>Iron Browser: A Secure Alternative to Google Chrome</a></li><li><a href='http://maketecheasier.com/syncing-to-google-calendar/2008/02/26' rel='bookmark' title='Permanent Link: Syncing To Google Calendar'>Syncing To Google Calendar</a></li><li><a href='http://maketecheasier.com/5-tips-for-google-spreadsheets/2009/10/13' rel='bookmark' title='Permanent Link: 5 Tips for Google Spreadsheets'>5 Tips for Google Spreadsheets</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/10-useful-google-chrome-tips-and-tricks/2008/09/16/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
