<?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>Less Talk, More Do &#187; GoogleTabs</title>
	<atom:link href="http://www.chrisfinke.com/category/googletabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chrisfinke.com</link>
	<description>Christopher Finke is a software engineer. He is available for birthday parties and bar mitzvahs.</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:23:28 +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>Links Like This gets some polish</title>
		<link>http://www.chrisfinke.com/2007/06/04/links-like-this-gets-some-polish/</link>
		<comments>http://www.chrisfinke.com/2007/06/04/links-like-this-gets-some-polish/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 00:47:36 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[GoogleTabs]]></category>
		<category><![CDATA[Links Like This]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/06/04/links-like-this-gets-some-polish/</guid>
		<description><![CDATA[I've updated the Links Like This Firefox extension with the following features:  
Links Like This is an extension for the Firefox Web browser that allows you to open many links in a page simply by right-clicking on one link and selecting the "Open Links Like This..." option.  It will use the link you [...]]]></description>
			<content:encoded><![CDATA[<p>I've updated the <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaHJpc2ZpbmtlLmNvbS9hZGRvbnMvbGlua3MtbGlrZS10aGlzLw==">Links Like This Firefox extension</a> with the following features:  </p>
<p class="key-point">Links Like This is an extension for the Firefox Web browser that allows you to open many links in a page simply by right-clicking on one link and selecting the "Open Links Like This..." option.  It will use the link you clicked on as an example of the type of link you want to open.</p>
<ul>
<li>It now pays attention to whether the link you clicked on is already in your history and chooses similar links accordingly.</li>
<li>It will no longer open duplicate links.</li>
<li>It now removes the red dotted border from the suggested links if you choose not to open them.</li>
<li>The confirmation dialog now contains the number of links that are going to be opened.  "Open these links?" and "Open these 472 links?" are fundamentally different questions. :-)</li>
</ul>
<p>You can install the latest version from <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaHJpc2ZpbmtlLmNvbS9hZGRvbnMvbGlua3MtbGlrZS10aGlzLw==">the Links Like This homepage.</a></p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=319" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/06/04/links-like-this-gets-some-polish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a better multi-link opener</title>
		<link>http://www.chrisfinke.com/2007/05/26/building-a-better-multi-link-opener/</link>
		<comments>http://www.chrisfinke.com/2007/05/26/building-a-better-multi-link-opener/#comments</comments>
		<pubDate>Sun, 27 May 2007 00:58:58 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[GoogleTabs]]></category>
		<category><![CDATA[Links Like This]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/05/26/building-a-better-multi-link-opener/</guid>
		<description><![CDATA[After giving up on GoogleTabs, I was thinking about how there is no acceptable (by my standards, anyway) Firefox extension for opening multiple links.  Linky is too general, just opening large swaths of links, and Snap Links requires you to physically indicate every link that you want opened.  An ideal extension should know [...]]]></description>
			<content:encoded><![CDATA[<p>After <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaHJpc2ZpbmtlLmNvbS8yMDA3LzA1LzE5L2RlY29tbWlzc2lvbmluZy1nb29nbGV0YWJzLw==">giving up on GoogleTabs</a>, I was thinking about how there is no acceptable (by my standards, anyway) Firefox extension for opening multiple links.  <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2dlbWFsLmRrL21vemlsbGEvbGlua3kuaHRtbA==">Linky</a> is too general, just opening large swaths of links, and <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvZW4tVVMvZmlyZWZveC9hZGRvbi80MzM2">Snap Links</a> requires you to physically indicate every link that you want opened.  An ideal extension should know the links that you want to open based on just one link out of the set.</p>
<p>I believe that I've written this suitable extension, and it's called <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaHJpc2ZpbmtlLmNvbS9hZGRvbnMvbGlua3MtbGlrZS10aGlzLw==">Links Like This</a>.  The extension works like so: any time you right-click on a link, an option entitled "Open Links Like This..." is added to the context menu:</p>
<p><img src='http://www.chrisfinke.com/files/2007/05/open-links.png' alt='Opening links with Links Like This' /></p>
<p>If you select that option, the extension will find all of the links in the page that are similar to the link you right-clicked on, highlight them, and then ask you to confirm that they are indeed the links that you want to open.</p>
<p><img src='http://www.chrisfinke.com/files/2007/05/marked-links.png' alt='Links Like This marks the links it will open' /></p>
<p>Unlike GoogleTabs, this extension is generalized to all websites. Due to its dynamic matching algorithm, it actually appears to work better than GoogleTabs on Google search pages, and in my experience so far, it works equally well with the other search engines and link-heavy sites like Digg/Netscape/Reddit or CraigsList.</p>
<p>You can install Links Like This from the <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaHJpc2ZpbmtlLmNvbS9hZGRvbnMvbGlua3MtbGlrZS10aGlzLw==">Links Like This homepage</a>.  Feel free to describe any positive or negative experiences with it in the comment section below.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=307" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/05/26/building-a-better-multi-link-opener/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Decommissioning GoogleTabs</title>
		<link>http://www.chrisfinke.com/2007/05/19/decommissioning-googletabs/</link>
		<comments>http://www.chrisfinke.com/2007/05/19/decommissioning-googletabs/#comments</comments>
		<pubDate>Sat, 19 May 2007 20:21:30 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[GoogleTabs]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2007/05/19/decommissioning-googletabs/</guid>
		<description><![CDATA[I've decided to retire GoogleTabs, one of the very first extensions I ever wrote.  GoogleTabs adds a context-menu option to open all of the Google search results on the current page in tabs.
I made this decision for several reasons:

I don't have time to keep up with Google.  Every time they change the HTML [...]]]></description>
			<content:encoded><![CDATA[<p>I've decided to retire <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaHJpc2ZpbmtlLmNvbS9hZGRvbnMvZ29vZ2xldGFicy8=">GoogleTabs</a>, one of the very first extensions I ever wrote.  GoogleTabs adds a context-menu option to open all of the Google search results on the current page in tabs.</p>
<p>I made this decision for several reasons:</p>
<ul>
<li>I don't have time to keep up with Google.  Every time they change the HTML for any of their search result pages, I have to update the extension and release a new version.</li>
<li>I don't use the extension.  All of my other extensions came about to fill one of my browsing needs, and in a few cases, other people found the extension useful as well.  Since I never really used GoogleTabs, I don't feel the same need to keep it current.</li>
<li>There are better solutions. There are other extensions like <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvZW4tVVMvZmlyZWZveC9hZGRvbi80MzM2">Snap Links</a> and <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2dlbWFsLmRrL21vemlsbGEvbGlua3kuaHRtbA==">Linky</a> that do the same thing, but on a wider scale. It doesn't make sense to have a Google-specific version when you can have one extension that mass-opens links on all webpages.</li>
</ul>
<p>According to Mozilla Addons, GoogleTabs was downloaded a total of 95,322 times (plus the downloads directly from my site), so it had a pretty good run.  Rest in peace, GoogleTabs.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=290" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2007/05/19/decommissioning-googletabs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GoogleTabs Updated</title>
		<link>http://www.chrisfinke.com/2006/12/05/googletabs-updated/</link>
		<comments>http://www.chrisfinke.com/2006/12/05/googletabs-updated/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 17:00:10 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[GoogleTabs]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2006/12/05/googletabs-updated/</guid>
		<description><![CDATA[I've updated GoogleTabs to work with the changes Google made to the HTML on several of their search results pages.  You can get the updated version (2.3) at my personal site for now, and it will be updated on Mozilla Addons sometime soon.
 ]]></description>
			<content:encoded><![CDATA[<p>I've updated <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvZmlyZWZveC84MDMv">GoogleTabs</a> to work with the changes Google made to the HTML on several of their search results pages.  You can get the updated version (2.3) at <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2NocmlzZmlua2UuY29tL2dvb2dsZXRhYnMv">my personal site</a> for now, and it will be updated on <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cHM6Ly9hZGRvbnMubW96aWxsYS5vcmcvZmlyZWZveC84MDMv">Mozilla Addons</a> sometime soon.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=70" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2006/12/05/googletabs-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extension Updates</title>
		<link>http://www.chrisfinke.com/2006/09/30/extension-updates/</link>
		<comments>http://www.chrisfinke.com/2006/09/30/extension-updates/#comments</comments>
		<pubDate>Sat, 30 Sep 2006 14:13:05 +0000</pubDate>
		<dc:creator>Christopher Finke</dc:creator>
				<category><![CDATA[Browser Add-ons]]></category>
		<category><![CDATA[GoogleTabs]]></category>
		<category><![CDATA[Mozilla Firefox]]></category>
		<category><![CDATA[OPML Support]]></category>
		<category><![CDATA[RSS Ticker]]></category>
		<category><![CDATA[Slashdotter]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[URL Fixer]]></category>

		<guid isPermaLink="false">http://www.chrisfinke.com/2006/09/30/extension-updates/</guid>
		<description><![CDATA[I've just updated all of my extensions to be compatible with Firefox 2.0.  They're all available for download at my site, and they'll all eventually be available at Mozilla Addons as well.  No new features for these updates, just compatibility fixes.
 ]]></description>
			<content:encoded><![CDATA[<p>I've just updated all of my extensions to be compatible with Firefox 2.0.  They're all available for download at my <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5jaHJpc2ZpbmtlLmNvbS8=">site</a>, and they'll all eventually be available at <a href="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL2FkZG9ucy5tb3ppbGxhLm9yZy8=">Mozilla Addons</a> as well.  No new features for these updates, just compatibility fixes.</p>
 <img src="http://www.chrisfinke.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=35" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://www.chrisfinke.com/2006/09/30/extension-updates/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
