<?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>Caffeine Lab &#187; chromium</title>
	<atom:link href="http://erwan.jp/tag/chromium/feed/" rel="self" type="application/rss+xml" />
	<link>http://erwan.jp</link>
	<description>Really tasty technologies</description>
	<lastBuildDate>Wed, 07 Jul 2010 10:58:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<cloud domain='erwan.jp' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Building Chrome/Chromium Extensions</title>
		<link>http://erwan.jp/2009/09/16/building-chromechromium-extensions/</link>
		<comments>http://erwan.jp/2009/09/16/building-chromechromium-extensions/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 08:14:40 +0000</pubDate>
		<dc:creator>erwan</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[googlechrome]]></category>

		<guid isPermaLink="false">http://erwan.jp/?p=452</guid>
		<description><![CDATA[Seeing the progress done by Chromium on Linux, I wanted to implement an equivalent of a Firefox extension that I like: automatically generating QR Code to send a link to my phone easily. So far, here is what I have been able to do: Add a page action icon in the URL bar Open a [...]]]></description>
			<content:encoded><![CDATA[<p>Seeing the progress done by Chromium on Linux, I wanted to implement an equivalent of <a href="https://addons.mozilla.org/en-US/firefox/addon/2780">a Firefox extension that I like</a>: automatically generating QR Code to send a link to my phone easily.</p>
<div id="attachment_453" class="wp-caption aligncenter" style="width: 517px"><img class="size-full wp-image-453  " title="qrcode-screen" src="http://erwan.jp/wp-content/uploads/2009/09/qrcode-screen.png" alt="QRChrome Extension" width="507" height="129" /><p class="wp-caption-text">QRChrome Extension</p></div>
<p>So far, here is what I have been able to do:</p>
<ul>
<li>Add a <a href="http://code.google.com/chrome/extensions/pageActions.html">page action</a> icon in the URL bar</li>
<li>Open a new tab with the QR Code for the URL you want</li>
</ul>
<p>It seems straight-forward but the browser don&#8217;t seem to behave exactly as documented, and I didn&#8217;t found anyway to debug &#8211; at least on Linux. I assume it works better on Windows.</p>
<p>Here is what I want to do before the extension can be really useful:</p>
<ul>
<li><span style="background-color: #ffffff;"> Just like the Mobile Barcoder, Show a popup on hover rather than opening a new tab.</span></li>
<li><span style="background-color: #ffffff;">Add a item in the link context menu, so the user can generate a code from a link &#8211; not just from the URL bar. Useful for download links. </span></li>
<li><span style="background-color: #ffffff;">Package the extension! That may sound stupid, but extensions are packaged from Chrome directly &#8211; and it doesn&#8217;t work on Linux. It&#8217;s not something you can do from command line&#8230; Well, actually you can package from command line but using the Chrome binary and that doesn&#8217;t work either</span></li>
</ul>
<p>PS: The feed icon is a <a href="http://dev.chromium.org/developers/design-documents/extensions/samples">sample extension</a> from Google. I don&#8217;t understand why it&#8217;s not in the core.</p>
]]></content:encoded>
			<wfw:commentRss>http://erwan.jp/2009/09/16/building-chromechromium-extensions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chromium extensions on Linux?</title>
		<link>http://erwan.jp/2009/05/14/chromium-extensions-on-linux/</link>
		<comments>http://erwan.jp/2009/05/14/chromium-extensions-on-linux/#comments</comments>
		<pubDate>Thu, 14 May 2009 20:15:09 +0000</pubDate>
		<dc:creator>erwan</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://erwan.jp/?p=400</guid>
		<description><![CDATA[I just compiled a recent build of Chromium (unbranded Google Chrome) from here. I would love to start playing with extensions, so I tried stuff from there. Alas, it doesn&#8217;t work. Since a bunch of stuff is still missing from the Linux builds, I guess extensions don&#8217;t work either. Did anyone manage to get extensions [...]]]></description>
			<content:encoded><![CDATA[<p>I just compiled a recent build of Chromium (unbranded Google Chrome) from <a href="http://code.google.com/p/chromium/wiki/LinuxBuildInstructions">here</a>. I would love to start playing with extensions, so I tried stuff from <a href="http://dev.chromium.org/developers/design-documents/extensions/howto">there</a>.</p>
<p>Alas, it doesn&#8217;t work. Since a bunch of stuff is still missing from the Linux builds, I guess extensions don&#8217;t work either.</p>
<p>Did anyone manage to get extensions working on Chromium Linux? Is there a flag or something to add at compilation time?</p>
]]></content:encoded>
			<wfw:commentRss>http://erwan.jp/2009/05/14/chromium-extensions-on-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
