<?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; task manager</title>
	<atom:link href="http://chrometricks.net/tag/task-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://chrometricks.net</link>
	<description>Chrome Tips &#038; Tricks</description>
	<lastBuildDate>Thu, 24 Mar 2011 12:46:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to Close Problem Tabs using Chrome Task Manager</title>
		<link>http://chrometricks.net/how-to-close-problem-tabs-using-chrome-task-manager/</link>
		<comments>http://chrometricks.net/how-to-close-problem-tabs-using-chrome-task-manager/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 05:01:43 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[Close Problem Tabs]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=203</guid>
		<description><![CDATA[If you encounter a situation in which one of the tabs in Google Chrome is causing problems and is not closed, you do not have to close your browser to get rid of their problems. Chrome comes with its own Task Manager that shows you how much of the available resources are used by all [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" src="http://www.chrometricks.net/images/Chrome-Task-Manager.png" alt="" width="475" height="264" /></p>
<p>If you encounter a situation in which one of the tabs in Google Chrome is causing problems and is not closed, you do not have to close your browser to get rid of their problems. Chrome comes with its own Task Manager that shows you how much of the available resources are used by all open pages and used plug-ins. It also lets stop the process at any open tab without shutting down the browser.<br />
<span id="more-203"></span><br />
1. While in Google Chrome, use the following keyboard shortcut: Shift+Esc.</p>
<p>2. The Task Manager will appear. Select the desired page that needs to be closed.</p>
<p>3. Click the End Process button.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/how-to-close-problem-tabs-using-chrome-task-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Cool Tips &amp; Tricks to Make Most Of Google Chrome</title>
		<link>http://chrometricks.net/8-cool-tips-tricks-to-make-most-of-google-chrome/</link>
		<comments>http://chrometricks.net/8-cool-tips-tricks-to-make-most-of-google-chrome/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 06:22:28 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[8]]></category>
		<category><![CDATA[administrators]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[less memory]]></category>
		<category><![CDATA[nerds]]></category>
		<category><![CDATA[Resources page]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[text box]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tricks]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=158</guid>
		<description><![CDATA[1. Make Chrome’s consume less memory Chrome is a multi-process browser. Yawn! What’s that? Simply, it means that each tab runs as a separate process asking for separate resources from the computer. The current working tab gets the most priority over the others. This was intentionally designed to make web apps run faster in Chrome. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Make Chrome’s consume less memory</strong></p>
<p>Chrome is a multi-process browser. Yawn! What’s that? Simply, it means that each tab runs as a separate process asking for separate resources from the computer. The current working tab gets the most priority over the others. This was intentionally designed to make web apps run faster in Chrome. This feature makes the browser zippier and more stable even with multiple open tabs.<br />
<span id="more-158"></span><br />
But if you aren’t a heavy user and use the browser to surf only a single site at a time then disabling multiple processes can free up some CPU resources. To handle each web process Chrome has three settings –</p>
<p><strong>–process-per-tab</strong><br />
The default mode; each tab gets an independent process of its own. This increases the rendering of webpages and makes the browser stable as each tab is a separate process from the rest. But it also consumes memory.</p>
<p><strong>–process-per-site</strong><br />
One process for each unique website; for instance a user with two tabs open for Gmail and another for MakeUseOf will have the two Google tabs running under the same process.</p>
<p><strong>–single-process</strong><br />
The simplest mode; all tabs run in a single process, much like the other browsers we have now. This setting frees up memory for other applications. This is what we are looking for.</p>
<p>Create a shortcut for Chrome. Open the Properties tab. Edit the Target field as shown in the picture by appending –single-process to the path.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Make-Most01.png" alt="" width="475" height="196" /></p>
<p>Similarly you can create two more shortcuts for the other two processes to handle your web sessions in three ways.</p>
<p><strong>2. Manage tabs with the Task Manager</strong></p>
<p>This is an offshoot of Google Chrome’s multi-process nature which allows each tab to run separate from the other. This allows us to manage, reload or shut down each tab without affecting the rest of our browsing. All this can be done through the Task Manager. Press Shift and Escape to start the task manager or right click on the blue top bar. An unresponsive tab can be shut down without bringing down the browser by a simple press of the End process button.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Make-Most02.png" alt="" width="475" height="305" /></p>
<p><strong>3. Some stats for nerds</strong></p>
<p>There is a simple way to tell which browser is using the most resources on your computer. Chrome’s task manager lets you examine the memory use of the opened browsers on your computer irrespective of make. Open task manager and click on the ‘Stats for nerds’ link at the bottom. A new tab opens with detailed memory info for all running browsers. The second part of the page also describes Chrome’s process usage stats.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Make-Most03.png" alt="" width="475" height="347" /></p>
<p><strong>4. Some more stats on the Resources page</strong></p>
<p>More for site administrators than for you and me but the resources page has a ton of info to offer. To track the resources used by a web page &#8211; right click inside the page. Select Inspect element – go to the Resources tab and reload the web page. You can view a list of images, scripts and objects 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/Make-Most04.png" alt="" width="475" height="355" /></p>
<p><strong>5. Drag to resize any text box</strong></p>
<p>Do you feel that the size of a text box on any website is not worthy of your thoughts…then just place your mouse on the bottom right edge and drag to increase the size. Give MakeUseOf.com’s comment box the first drag.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Make-Mos05.png" alt="" width="475" height="232" /></p>
<p><strong>6. Split Chrome into double-pane view</strong></p>
<p>This bookmarklet from Chromeplugins.org is incredibly useful. The dual view feature is useful when you want to compare two websites or search results side by side. Drag the Chrome Split Browser bookmarklet into your bookmarks toolbar. When you click the bookmarklet, it asks you to choose the two websites you want and displays them in a double pane.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Make-Mos06.png" alt="" width="475" height="329" /></p>
<p><strong>7. Startup with multiple pages</strong></p>
<p>On launch, Chrome opens up with the ‘Most visited’ area. But it also lets us set options for starting the day by opening our most favored sites in several tabs at once. Click on the wrench icon (Customize and control Chrome) on the top right corner. Under Options &#8211; Basic tab we can add the pages we want to open on startup.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Make-Mos07.png" alt="" width="475" height="196" /></p>
<p><strong>8. Drag and drop downloads from Chrome</strong></p>
<p>After finishing a download, you can copy it to the desktop or to any other folder by a simple drag and drop directly from Google Chrome.</p>
<p><img class="alignnone" src="http://www.chrometricks.net/images/Make-Mos08.png" alt="" width="475" height="351" /><br />
<!--adsense--></p>
<input id="gwProxy" type="hidden"><!--Session data--></input>
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/8-cool-tips-tricks-to-make-most-of-google-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Unique Google Chrome Features [Not Available in Other Browsers]</title>
		<link>http://chrometricks.net/7-unique-google-chrome-features-not-available-in-other-browsers/</link>
		<comments>http://chrometricks.net/7-unique-google-chrome-features-not-available-in-other-browsers/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 06:07:20 +0000</pubDate>
		<dc:creator>AZ</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[address bar]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[closed tabs]]></category>
		<category><![CDATA[contextual menus]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[memory usage]]></category>
		<category><![CDATA[quick launch bar]]></category>
		<category><![CDATA[start menues]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[unique]]></category>
		<category><![CDATA[visual browser history]]></category>

		<guid isPermaLink="false">http://chrometricks.net/?p=107</guid>
		<description><![CDATA[Here are some of the unique features that are only available in Google Chrome which are not available in other popular browsers like Internet Explorer, Firefox, Apple Safari or Opera. 1 &#8211; Task Manager for Websites Inside Google Chrome, press Shift+Escape and it will open up a ‘task manager’ with a list of all websites [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some of the unique features that are only available in Google Chrome which are not available in other popular browsers like Internet Explorer, Firefox, Apple Safari or Opera.</p>
<p><strong>1 &#8211; Task Manager for Websites</strong><br />
<img alt="" src="http://chrometricks.net/images/7_unique_chrome_features_01.png" class="alignnone" width="475" height="242" /><br />
Inside Google Chrome, press Shift+Escape and it will open up a ‘task manager’ with a list of all websites currently open inside Chrome.</p>
<p>This will give you an idea about how much physical memory is consumed by different websites and if any particular page is causing your system to crawl, you can do an &#8220;end process&#8221; to close that tab directly from Task Manager.<br />
<span id="more-107"></span><br />
<strong>2 &#8211; Visual Browser History</strong><br />
<img alt="" src="http://chrometricks.net/images/7_unique_chrome_features_02.png" class="alignnone" width="475" height="247" /><br />
This is a feature Chrome borrowed from Google Desktop / Google Web History. Type Ctrl+H to open your browser history and search for a term. In addition to matching pages, Google Chrome will also show you a small thumbnail image of that web pages in the history results. No need for any extensions.</p>
<p><strong>3 &#8211; Super Clean Contextual Menus</strong><br />
<img alt="" src="http://chrometricks.net/images/7_unique_chrome_features_03.png" class="alignnone" width="272" height="224" /><br />
I simply love this. You right click an hyperlink on a web page and you get only five relevant options to deal with that link. The number comes down to four when you right click any image in Chrome. There’s way too much clutter in Firefox menus.</p>
<p><strong>4 &#8211; Search Websites from Address Bar</strong><br />
<img alt="" src="http://chrometricks.net/images/7_unique_chrome_features_04.png" class="alignnone" width="475" height="39" /><br />
If you visit a website that includes site search (for instance: search.labnol.org) &#8211; Chrome will automatically recognize and add that search engine for you so the next time you can perform a search on that site via the Chrome address bar itself.</p>
<p><strong>5 &#8211; See Memory used by Other Browsers</strong><br />
<img alt="" src="http://chrometricks.net/images/7_unique_chrome_features_05.png" class="alignnone" width="466" height="151" /><br />
Open a new tab inside Chrome browser and type &#8220;about:memory&#8221; (without quotes) &#8211; somewhere at the top, you’ll see a list of browser processes that are currently running on your system and the amount of memory they are using.</p>
<p><strong>6 &#8211; Reopen Mistakenly Closed Tabs</strong><br />
<img alt="" src="http://chrometricks.net/images/7_unique_chrome_features_06.png" class="alignnone" width="475" height="222" /><br />
To re-open a closed tab in Google Chrome, just hit Ctrl+T and you’ll see an option that says &#8220;Recently closed tabs&#8221; &#8211; click the one you closed by accident.</p>
<p><strong>7 &#8211;  Launch Websites from Start Menu/Quick Launch Bar</strong><br />
<img alt="" src="http://chrometricks.net/images/7_unique_chrome_features_07.png" class="alignnone" width="475" height="234" /><br />
Desktop shortcuts for web pages are possible with other browsers as well but Google Chrome make the whole flow very easy. Open any site and choose &#8220;Create application shortcut&#8221; from the File menu. </p>
<p>This will essentially create a desktop shortcut that looks something like this:</p>
<blockquote><p>C:\Users\labnol\AppData\Local\Google\Chrome\Application\chrome.exe<br />
    &#8211;app=http://www.labnol.org/
</p></blockquote>
<p>Clicking the shortcut will launch that web page in a new instance of Chrome that may not contain have any more new tabs.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrometricks.net/7-unique-google-chrome-features-not-available-in-other-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

