<?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>gnapse.com &#187; extensions</title>
	<atom:link href="http://gnapse.com/blog/tag/extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://gnapse.com/blog</link>
	<description>whatever comes to my mind</description>
	<lastBuildDate>Wed, 02 May 2012 15:08:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Unit conversion extension for Alfred</title>
		<link>http://gnapse.com/blog/2012/02/08/unit-conversion-extension-for-alfred/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unit-conversion-extension-for-alfred</link>
		<comments>http://gnapse.com/blog/2012/02/08/unit-conversion-extension-for-alfred/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 20:23:43 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[alfredapp]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[unit conversion]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=345</guid>
		<description><![CDATA[I&#8217;m pretty much a fan of unit conversion tools. Everywhere I read references to measurements of temperature, weight, speed. These are often given in imperial or US units, but I&#8217;m more familiar with the metric system. I often resort to Google for this, because they had this very clever idea of incorporating a unit conversion tool [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pretty much a fan of unit conversion tools. Everywhere I read references to measurements of temperature, weight, speed. These are often given in imperial or US units, but I&#8217;m more familiar with the metric system. I often resort to Google for this, because they had this very clever idea of incorporating a <a href="http://www.google.com/insidesearch/features.html#unit" target="_blank">unit conversion tool</a> into their search engine. The problem was that I could only use this while online, and an offline alternative was an essential need.</p>
<p>Then it hit me. What if <a href="http://www.alfredapp.com/" target="_blank">Alfred</a> be able to do it? I&#8217;m a developer, and Alfred is extensible, so I got onto a new project to develop an Alfred extension to do this, just like Google does. Today I think my project is stable enough so I decided to go public with it. You can download the extension <a href="http://cl.ly/3a1I3i1O3v0A361S1I2e" target="_blank">here</a>.</p>
<h2>How to use it</h2>
<p>I&#8217;m assuming you&#8217;re already an <a href="http://www.alfredapp.com/" target="_blank">Alfred</a> user with the <a href="http://www.alfredapp.com/powerpack/" target="_blank">Powerpack</a> installed. You&#8217;ll also be needing <a href="http://growl.info" target="_blank">Growl</a> to be able to see the results of your queries. After downloading and installing this extension, you can trigger unit conversions with the keyword <strong><code>cv</code></strong> (as in <span style="text-decoration: underline;">c</span>on<span style="text-decoration: underline;">v</span>ert). You can change that to something else of your preference, of course.</p>
<div id="attachment_337" class="wp-caption alignright" style="width: 310px"><a href="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion.png"><img class="size-medium wp-image-337 " title="Alfred Unit Conversion" src="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion-300x87.png" alt="Unit Conversion with Alfred" width="300" height="87" /></a><p class="wp-caption-text">Performing a unit conversion query with Alfred</p></div>
<p>Using it is simple. You open the Alfred command window, type the extension keyword and the query and press ENTER. You&#8217;ll see the results shown in a Growl notification, and you&#8217;ll also get the results copied to the clipboard.</p>
<p>As for the queries and how to phrase them, I won&#8217;t make an exhaustive explanation here. I rather prefer to list here some examples of valid unit conversion queries that you can perform. This will give you an idea of how to phrase queries and a sample of the variety of units supported out-of-the-box. The following are examples of valid queries. Be sure to type them in Alfred preceded with the keyword for the extension.</p>
<ul>
<li>10 km in miles</li>
<li>100 kph in miles per hour</li>
<li>50 pounds in kg</li>
<li>134.5 seconds in minutes</li>
<li>200 milliliters in cubic centimeters</li>
<li>2 acre foot per year in liters per day</li>
<li>3 newtons in lb ft / square second</li>
<li>-40 fahrenheit in celcius</li>
<li>1 megaparsec in astronomical units</li>
<li>6.5e17 decays per minute in megabecquerels</li>
<li>10 gallons in liters</li>
</ul>
<p>Note how you can refer to units by their long or short name, and also how <a href="http://en.wikipedia.org/wiki/SI_prefix" target="_blank">unit prefixes</a> (like <em>kilo-</em>, <em>milli-</em>, etc.) are supported too. Long unit names can be given in plural or singular form.</p>
<p>You can also convert sums of quantities&#8230;</p>
<ul>
<li>1.5 weeks + 2 days in hours</li>
<li>2 miles, 3 furlongs and 25 yards in km</li>
<li>100 km/h, 10 m/s and 2 feet per minute in miles per hour</li>
<li>3 hours 15 minutes in seconds</li>
</ul>
<p>&#8230;or omit certain parts of the query. The following are valid queries too. Try them to see the results.</p>
<ul>
<li>3 leagues</li>
<li>ounces in grams</li>
<li>parsec</li>
<li>3 minutes 23 seconds</li>
</ul>
<p>The math is performed internally without loss of precision, so you get very accurate results. Also, you can work with really large or small numbers. Try the following queries:</p>
<ul>
<li>1 cubic parsec in cubic picometers</li>
<li>1e-50 meV in petajoules</li>
</ul>
<h2>Supported units and measurements</h2>
<p>From the examples above you can get an idea of the range of units and physical properties it supports. I won&#8217;t list all the units here, but just to give an idea, this extension supports units over a wide variety of physical properties, most of which are listed below.</p>
<dl>
<dt><strong>Most common properties</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Unit_of_length" target="_blank">Length</a> (distance), <a href="http://en.wikipedia.org/wiki/Unit_of_time" target="_blank">time</a>, <a href="http://en.wikipedia.org/wiki/Category:Units_of_temperature" target="_blank">temperature</a>, <a href="http://en.wikipedia.org/wiki/Mass" target="_blank">mass</a> (<a href="http://en.wikipedia.org/wiki/Mass_versus_weight" target="_blank">weight</a>), <a href="http://en.wikipedia.org/wiki/Area#Units" target="_blank">area</a>, <a href="http://en.wikipedia.org/wiki/Volume#Units" target="_blank">volume</a>, <a href="http://en.wikipedia.org/wiki/Density" target="_blank">density</a>, <a href="http://en.wikipedia.org/wiki/Speed#Units" target="_blank">speed</a>, <a href="http://en.wikipedia.org/wiki/Category:Units_of_acceleration" target="_blank">acceleration</a>, <a href="http://en.wikipedia.org/wiki/Angular_velocity" target="_blank">angular velocity</a>, <a href="http://en.wikipedia.org/wiki/Momentum" target="_blank">momentum</a>, <a href="http://en.wikipedia.org/wiki/Force" target="_blank">force</a>, <a href="http://en.wikipedia.org/wiki/Category:Units_of_pressure" target="_blank">pressure</a>, <a href="http://en.wikipedia.org/wiki/Work_(physics)" target="_blank">work</a> (energy), <a href="http://en.wikipedia.org/wiki/Power_(physics)" target="_blank">power</a>, <a href="http://en.wikipedia.org/wiki/Plane_angle" target="_blank">plane angle</a>, <a href="http://en.wikipedia.org/wiki/Solid_angle" target="_blank">solid angle</a>, <a href="http://en.wikipedia.org/wiki/Amount_of_substance" target="_blank">amount of substance</a>.</dd>
<dt><strong>Electricity and magnetism</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Electric_current" target="_blank">Electric current</a>, <a href="http://en.wikipedia.org/wiki/Electric_charge" target="_blank">electric charge</a>, <a href="http://en.wikipedia.org/wiki/Voltage" target="_blank">voltage</a>, <a href="http://en.wikipedia.org/wiki/Electrical_resistance_and_conductance" target="_blank">resistance/conductance</a>, <a href="http://en.wikipedia.org/wiki/Capacitance" target="_blank">capacitance</a>, <a href="http://en.wikipedia.org/wiki/Magnetic_flux" target="_blank">magnetic flux</a>, <a href="http://en.wikipedia.org/wiki/Inductance" target="_blank">inductance</a>.</dd>
<dt><strong>Light and radiation</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Luminous_intensity" target="_blank">Luminous intensity</a>, <a href="http://en.wikipedia.org/wiki/Luminous_flux" target="_blank">luminous flux</a>, <a href="http://en.wikipedia.org/wiki/Illuminance" target="_blank">illuminance</a>, <a href="http://en.wikipedia.org/wiki/Luminous_energy" target="_blank">luminous energy</a> (quantity of light), <a href="http://en.wikipedia.org/wiki/Absorbed_dose" target="_blank">radiation dose</a>, <a href="http://en.wikipedia.org/wiki/Ionizing_radiation" target="_blank">ionizing radiation</a>, <a href="http://en.wikipedia.org/wiki/Radioactive_decay" target="_blank">radioactivity</a>.</dd>
<dt><strong>Other properties</strong></dt>
<dd><a href="http://en.wikipedia.org/wiki/Category:Units_of_catalytic_activity" target="_blank">Catalytic activity</a>, <a href="http://en.wikipedia.org/wiki/Reciprocal_length" target="_blank">reciprocal length</a>, <a href="http://en.wikipedia.org/wiki/Acoustic_impedance" target="_blank">acoustic impedance and resistance</a>, <a href="http://en.wikipedia.org/wiki/Thermal_resistance" target="_blank">thermal resistance</a>, <a href="http://en.wikipedia.org/wiki/Viscosity#Dynamic_viscosity" target="_blank">dynamic viscosity</a>, <a href="http://en.wikipedia.org/wiki/Molar_concentration" target="_blank">molar concentration</a>, <a href="http://en.wikipedia.org/wiki/Mass_flow" target="_blank">mass flow</a>, <a href="http://en.wikipedia.org/wiki/Volumetric_flow_rate" target="_blank">volumetric flow</a>.</dd>
</dl>
<p>In addition to physical phenomena, this extension also supports conversion of currency and <a href="http://en.wikipedia.org/wiki/Units_of_information" target="_blank">units of digital information</a>, such as data size and data rate (e.g. bits, bytes, kilobytes, kbits per second). In this last case, in addition to the <a href="http://en.wikipedia.org/wiki/SI_prefix" target="_blank">SI prefixes</a>, it also supports <a href="http://en.wikipedia.org/wiki/Binary_prefix" target="_blank">binary prefixes</a> like <em>kibi-</em>, <em>mebi-</em>, etc.</p>
<h3>A note about currency exchange rates</h3>
<p>In the case of currency conversion, the extension will attempt to update currency exchange rates from the Internet at most once every hour, but it keeps a local cached version. The extension can only update the cached version when it&#8217;s used, even if it is not used for currency conversion. But if you spend many hours or days without triggering the extension while being online, you&#8217;ll end up with outdated currency conversions.</p>
<p>Also note that currency exchange rates given by this application are for information purposes only. It will always be approximate to what you&#8217;ll actually get when exchanging money. For your information, currency exchange rates are obtained by the extension from a wonderful public API hosted at <a href="http://openexchangerates.org/" target="_blank">openexchangerates.org</a>, which is based on the <a href="http://currencybot.github.com/" target="_blank">currency bot</a> project.</p>
<h2>What&#8217;s next</h2>
<p>First of all, enjoy it. You can also <a href="http://gnapse.com/blog/contact/">contact me</a> to send feedback, bug reports and suggestions of improvements and new features.</p>
<p>If you&#8217;re a developer, you can also contribute to the unit conversion engine that powers this extension. It&#8217;s an open source Java library that I authored and published on github. You can check it out <a title="Metric: Unit Conversion Library for Java" href="https://github.com/gnapse/metric" target="_blank">here</a>.</p>
<p><a href="https://www.dropbox.com/s/jqdgen96z59ihpj/Unit%20Conversion.alfredextension" target="_blank"><strong>Download the Alfred Unit Conversion Extension</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2012/02/08/unit-conversion-extension-for-alfred/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Unit Conversion for Alfred and Java</title>
		<link>http://gnapse.com/blog/2012/02/07/unit-conversion-for-alfred/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unit-conversion-for-alfred</link>
		<comments>http://gnapse.com/blog/2012/02/07/unit-conversion-for-alfred/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 22:14:53 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[alfredapp]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[growl]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[offline]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[unit conversion]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=335</guid>
		<description><![CDATA[Have you ever tried typing unit conversion queries in Google&#8217;s search box? You&#8217;ll get something like this. Imagine if you could that offline, or even be able to have this functionality available to incorporate it in scripts or other programs as well. Imagine you could have this functionality as an extension in Mac&#8217;s AlfredApp. Introducing Metric: [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever tried typing unit conversion queries in Google&#8217;s search box? You&#8217;ll get something like this.</p>
<div id="attachment_336" class="wp-caption aligncenter" style="width: 552px"><a href="http://gnapse.com/blog/wp-content/uploads/2012/02/google-unit-conversion.png"><img class="size-full wp-image-336" title="Google Unit Conversion" src="http://gnapse.com/blog/wp-content/uploads/2012/02/google-unit-conversion.png" alt="Google Unit Conversion" width="542" height="293" /></a><p class="wp-caption-text">Performing unit conversion queries using Google&#39;s search box.</p></div>
<p>Imagine if you could that offline, or even be able to have this functionality available to incorporate it in scripts or other programs as well. Imagine you could have this functionality as an extension in Mac&#8217;s <a title="Alfred App" href="http://www.alfredapp.com/" target="_blank">AlfredApp</a>.</p>
<h2>Introducing Metric: A Unit Conversion Library for Java</h2>
<p>I needed this functionality to develop an extension for Alfred, the most wonderful Mac launcher, and I wanted it to work offline, without having to retrieve the results from Google or another online source. So I created a Java library that&#8217;s capable of performing unit conversion queries expressed in natural English. I called it simply <strong>Metric</strong>, made it open source, and <a href="https://github.com/gnapse/metric" target="_blank">published it on Github</a>. You can clone it, fork it, play with it or contribute back if you will. The code is fairly well documented and organized. The library includes some supporting sub-libraries that may be used independently in other projects, including a plural/singular inflector for the English language.</p>
<h2>Metric meets Alfred</h2>
<p>The original goal of developing a library like <strong>Metric</strong> was to use it as an Alfred extension. Alfred (<a href="http://www.alfredapp.com/" target="_blank">http://www.alfredapp.com/</a>) is a wonderful productivity application for Mac, much like Quicksilver or Google&#8217;s Quick Search Box, but  a little bit better in my opinion. You can grab a copy of Metric as an Alfred extension <a title="Unit Conversion extension for AlfredApp" href="http://cl.ly/340O1y0n0p3c1b2D3n30" target="_blank">here</a>. After you install this extension, you can type unit conversion queries on Alfred using <code>cv</code> as keyword.</p>
<div id="attachment_337" class="wp-caption aligncenter" style="width: 658px"><a href="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion.png"><img class="size-full wp-image-337" title="Alfred Unit Conversion" src="http://gnapse.com/blog/wp-content/uploads/2012/02/alfred-unit-conversion.png" alt="Unit Conversion with Alfred" width="648" height="190" /></a><p class="wp-caption-text">Performing a unit conversion query with Alfred</p></div>
<p>This Alfred extension shows the results of the conversion using Growl, but I guess if you already have a Mac chances are that you Growl installed. If not, you can get it <a title="Growl" href="http://growl.info/" target="_blank">here</a>.</p>
<h2>Links and resources</h2>
<ul>
<li><a href="https://github.com/gnapse/metric" target="_blank">Metric source code repository on Github</a></li>
<li><a href="http://cl.ly/340O1y0n0p3c1b2D3n30" target="_blank">Unit Conversion extension for AlfredApp</a></li>
<li><a href="http://www.alfredapp.com/" target="_blank">Alfred App</a> and <a href="http://growl.info/" target="_blank">Growl</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2012/02/07/unit-conversion-for-alfred/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Five Chrome extensions that can make your life easier</title>
		<link>http://gnapse.com/blog/2010/07/16/five-chrome-extensions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=five-chrome-extensions</link>
		<comments>http://gnapse.com/blog/2010/07/16/five-chrome-extensions/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 14:36:56 +0000</pubDate>
		<dc:creator>ernesto</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://gnapse.com/blog/?p=140</guid>
		<description><![CDATA[Google Chrome is a great browser, and with extensions it gets even better. Here are five extensions I love, and that might be helpful for others too. Readability Redux This one takes an article or blog post page and presents it in a reading-friendly format, leaving out all the clutter (sidebars, navigation menus, etc.) and [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome is a great browser, and with extensions it gets even better. Here are five extensions I love, and that might be helpful for others too.</p>
<h2>Readability Redux</h2>
<p>This one takes an article or blog post page and presents it in a reading-friendly format, leaving out all the clutter (sidebars, navigation menus, etc.) and also with a customized font and text styling that makes it more suitable for reading and printing.</p>
<div id="attachment_143" class="wp-caption aligncenter" style="width: 310px"><a href="http://gnapse.com/blog/wp-content/uploads/2010/07/chrome-readability-redux.png"><img class="size-medium wp-image-143" title="A blog post shown in readability mode" src="http://gnapse.com/blog/wp-content/uploads/2010/07/chrome-readability-redux-300x199.png" alt="" width="300" height="199" /></a><p class="wp-caption-text">A blog post shown in readability mode</p></div>
<p>I was envy when Safari 5 went out with this as a <a title="Safari Reader" href="http://www.apple.com/safari/whats-new.html#reader" target="_blank">core feature</a>, so much that I actually considered switching now that Safari has got extensions too. I detest to read articles and blog posts with all the clutter of the page. Particularly when you intend to print the article for further reading, not always web sites provide a good printed alternative, if they provide one at all.<span id="more-140"></span></p>
<p><a href="https://chrome.google.com/extensions/detail/jggheggpdocamneaacmfoipeehedigia" target="_blank">Get Readability Redux</a></p>
<h2>Proxy Switchy!</h2>
<p>This one I couldn’t live without. It’s pretty much the equivalent of FoxyProxy on Firefox, if you ever used that. It allows you to define several proxy configurations for you to switch to, and you can also create rules so that different specific web-sites that you define are automatically routed through certain proxies all the time, without you having to remember switching. For an active <a href="http://www.torproject.org/" target="_blank">Tor</a> user like me, this one is very handy.</p>
<p><a href="https://chrome.google.com/extensions/detail/caehdcpeofiiigpdhbabniblemipncjj" target="_blank">Get Proxy Switchy</a></p>
<h2>Twitter share this page</h2>
<p><a href="http://www.atebits.com/tweetie-mac/" target="_blank">Tweetie for Mac</a> is great. It helps you keep informed of tweets from those you follow, and you can tweet yourself as well. But when you’re on Chrome reading a web page that you feel you ought to share with the world, it’s simpler to use this extension instead. Otherwise you would need to manually copy and paste the URL and then type your message.</p>
<p>With ‘Twitter share this page’ you just press a twitter icon on the right side of the address bar and voilá! Chrome opens Twitter in another tab with your message ready to be sent, or to be customized first if you wish. It automatically uses the web page title as a message along with the URL already shortened if needed.</p>
<p><a href="https://chrome.google.com/extensions/detail/ppilhaolhbpfembaoedfdbkegfedfgip" target="_blank">Get Twitter share this page</a></p>
<h2>XML Tree</h2>
<p>Ever tried to load a XML document in Chrome? It simply shows the text without all the node tags and structure of the XML. This extension fixes this odd behavior, showing the XML tree structure. It says it allows you to collapse and expand nodes, but that doesn&#8217;t work for me, perhaps because I am using Chrome 6 from the Dev channel.</p>
<div id="attachment_144" class="wp-caption aligncenter" style="width: 310px"><a href="http://gnapse.com/blog/wp-content/uploads/2010/07/chrome-xml-tree.png"><img class="size-medium wp-image-144" title="An XML Document being shown as a structured tree of nodes" src="http://gnapse.com/blog/wp-content/uploads/2010/07/chrome-xml-tree-300x230.png" alt="" width="300" height="230" /></a><p class="wp-caption-text">An XML Document being shown as a structured tree of nodes</p></div>
<p>For a developer like myself this one is a must. I always wondered why this was not a core feature of the browser itself, like it is in Firefox. Even for uneducated users who know nothing about XML, the structured presentation will almost always be more friendly and comprehensible than the default soup of text.</p>
<p><a href="https://chrome.google.com/extensions/detail/gbammbheopgpmaagmckhpjbfgdfkpadb" target="_blank">Get XML Tree</a></p>
<h2>Docs PDF/PowerPoint Viewer</h2>
<p>I have a couple of other extensions from Google itself, but this one is the most useful. Every time you click a PDF, Word or PowerPoint document on the web, it’ll show a preview using Google Docs’ interface, from which you’ll be able to download the document if you wish.</p>
<div id="attachment_147" class="wp-caption aligncenter" style="width: 310px"><a href="http://gnapse.com/blog/wp-content/uploads/2010/07/chrome-pdf-viewer.png"><img class="size-medium wp-image-147" title="An online PDF file being shown in the Google Docs viewer" src="http://gnapse.com/blog/wp-content/uploads/2010/07/chrome-pdf-viewer-300x192.png" alt="" width="300" height="192" /></a><p class="wp-caption-text">An online PDF file being shown in the Google Docs viewer</p></div>
<p>Before this, my downloads folder was always full of lots of documents that I once opened just to take a short look and discard. Now I can have a glimpse of what I clicked on, before I decide if I want to keep it.</p>
<p><a href="https://chrome.google.com/extensions/detail/nnbmlagghjjcbdhgmkedmbmedengocbn" target="_blank">Get Docs PDF/PowerPoint Viewer</a></p>
<h1>Other extensions I use</h1>
<p>Besides this featured five extensions above, there are a few more I use occasionally.</p>
<div id="_mcePaste">
<ul>
<li><a href="https://chrome.google.com/extensions/detail/aeoigbhkilbllfomkmmilbfochhlgdmh" target="_blank">ChromeAccess</a> — Quick access to all (relevant) &#8216;about:&#8217; and &#8216;chrome://&#8217; pages.</li>
<li><a href="https://chrome.google.com/extensions/detail/kkmbodalobogbnejmcdghkfimhodifol" target="_blank">Gmail Notifier</a> — Get a desktop notification when you receive a new email.</li>
<li><a href="https://chrome.google.com/extensions/detail/mgijmajocgfcbeboacabfgobmjgjcoja" target="_blank">Google Dictionary</a> — View definitions easily as you browse the web.</li>
<li><a href="https://chrome.google.com/extensions/detail/galfofdpepkcahkfobimileafiobdplb" target="_blank">Tab Menu</a> — Select, close, rearrange, and search your tabs from a toolbar menu.</li>
<li><a href="https://chrome.google.com/extensions/detail/ckibcdccnfeookdmbahgiakhnjcddpki" target="_blank">Webpage Screenshot</a> — Captures a screenshot of a whole page beyond scroll.</li>
<li><a href="https://chrome.google.com/extensions/detail/aafciojnlamllgpkpdkbamkfgbofhgcj" target="_blank">User-Agent Switcher</a> — Spoofs navigator.userAgent and navigator.vendor strings for specific sites.</li>
<li><a href="https://chrome.google.com/extensions/detail/bbcnbpafconjjigibnhbfmmgdbbkcjfi" target="_blank">Session Manager</a> — Save sessions of your opened tabs and windows, and quickly re-open them whenever you like.</li>
</ul>
</div>
<p>Also, take a look at <a href="http://googleblog.blogspot.com/2010/07/use-chrome-like-pro.html" target="_blank">this list of recommended extensions</a>, from Google itself!</p>
<h1>But not everything is perfect&#8230;</h1>
<p class="p1"><span class="s1">I am yet to find a youtube downloader extension that actually works. I’ve tried a few with no success. Currently I have to resort to Safari 5 which just recently got extensions support and there’s <a href="http://code.google.com/p/safari-extensions/downloads/detail?name=YouTubeDownloader.safariextz&amp;can=2&amp;q=" target="_blank">a pretty good one for this purpose</a>. Besides that, there’s nothing left that I need and haven’t found.</span></p>
<p class="p1"><span class="s1"><strong>Have something to share about this? What extensions do you find useful? Is there some feature you need for which there’s no suitable extension yet?</strong></span></p>
]]></content:encoded>
			<wfw:commentRss>http://gnapse.com/blog/2010/07/16/five-chrome-extensions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

