<?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>ZH CEXO's BLOG &#187; Firefox</title>
	<atom:link href="http://www.zhcexo.com/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhcexo.com</link>
	<description>探寻网络 分享发现</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:01:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>更换Firefox默认查看源代码工具的配色方案</title>
		<link>http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/</link>
		<comments>http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 12:52:51 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[下载]]></category>

		<guid isPermaLink="false">http://www.zhcexo.com/?p=1075</guid>
		<description><![CDATA[今天看代码的时候，再一次忍受不了Firefox默认查看工具显示的恶心效果了。显示代码嘛，你好歹用个等宽字体啊，而且那么大一白背景，几个破破烂烂的字体挂着，看着心里烦。本来每次用Firefox默认的查看工具看代码的时候心里都会有这种抱怨，但这一次我终于暴发了，所以Google了一下看看能不能更换一下字体，没想到的是，控制样式的是CSS，那么拿手好戏来了~效果图伺候先：





<span class="readmore"><a href="http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/" title="更换Firefox默认查看源代码工具的配色方案">阅读全文——共930字</a></span>]]></description>
			<content:encoded><![CDATA[<p>今天看代码的时候，再一次忍受不了Firefox默认查看工具显示的恶心效果了。显示代码嘛，你好歹用个等宽字体啊，而且那么大一白背景，几个破破烂烂的字体挂着，看着心里烦。本来每次用Firefox默认的查看工具看代码的时候心里都会有这种抱怨，但这一次我终于暴发了，所以Google了一下看看能不能更换一下字体，没想到的是，控制样式的是CSS，那么拿手好戏来了~效果图伺候先：</p>
<p><span id="more-1075"></span></p>
<p style="text-align: center;"><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2F_ruj4XAh2Njs%2FTP4k6johdWI%2FAAAAAAAADFQ%2F4qN19652ARY%2Fs800%2Fmonokai.png" alt="更换Firefox默认查看源代码工具的配色方案" width="610" height="300" title="更换Firefox默认查看源代码工具的配色方案" /></p>
<p>好吧，我承认我重口味，换了这配色这么重的Monokai……不过我自己蛮喜欢这款配色的，就换上了。然后把这也拿出来分享吧，因为我想可能至少会有那么一个人，和我一样忍受不了默认样式又喜欢Monokai的配色呢？需要说明的问题是：</p>
<blockquote><p>1、你下载得到的文件叫viewsource.css，然后找到你的Firefox安装文件夹，里面有个叫res的文件夹下，先备份同名文件viewsource.css，然后再用我改的这个覆盖它。</p>
<p>2、由于Firefox默认的查看器里面的样式控制的HTML标签看不到，而且看了下CSS文件后我觉得它能控制的样式也有限，所以这个Monokai样式与其他软件里面正规的Monokai样式不是百分之百相同。</p>
<p>3、这完全是没技术的修改，改了改颜色而已，如果你喜欢，就直接使用我改的，如果你不喜欢，请自行修改颜色即可。</p>
<p>4、推荐使用Yahei Consolas Hybrid字体，它将中文显示为雅黑，英文显示为Consolas。不过如果你的电脑里有Cosolas和微软雅黑两种字体的话，应该也能正常显示字体，因为对于Firefox来说，font-family: “Yahei Consolas Hybrid”, “Consolas”, “Microsoft Yahei”, sans-serif;这句还是有效的吧。</p></blockquote>
<p>下载链接：<a title="Monokai样式的CSS文件" href="http://www.uudisc.com/user/xcjjzh/file/3744296" target="_blank">viewsource.css</a> | <a title="Yahei Consolas Hybrid字体" href="http://www.uudisc.com/user/xcjjzh/file/3744297" target="_blank">Yahei Consolas Hybrid字体</a></p>
<p>又到了PS时间了，囧：大家试试用未修改之前的Firefox默认的查看效果去看看<a title="CSS禅意花园" href="http://csszengarden.com/" target="_blank">CSS禅意花园</a>的网站，为什么代码会显示得那么工整呢？看别的网站的源代码就不会显示成那样的效果。<br />
另外，大家可能会问，看代码用Firebug多方便啊，为什么要用本来这个？我这样说吧，Firebug显示了DHTML的代码，有的时候并不需要……</p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/colortip-fixed-for-ie6/" title="修正一下jQuery插件Colortip在IE6下面的显示问题">修正一下jQuery插件Colortip在IE6下面的显示问题</a></li><li><a href="http://www.zhcexo.com/lightscreen/" title="推荐截屏软件Lightscreen">推荐截屏软件Lightscreen</a></li><li><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">为Firefox做一个静态起始标签页</a></li><li><a href="http://www.zhcexo.com/soft-package/" title="发布软件包镜像">发布软件包镜像</a></li><li><a href="http://www.zhcexo.com/windows-7-experience/" title="当小白，亲自体验Windows 7">当小白，亲自体验Windows 7</a></li><li><a href="http://www.zhcexo.com/shock-3d-desktop/" title="漂亮的3D桌面">漂亮的3D桌面</a></li><li><a href="http://www.zhcexo.com/simple-gr-update-to-1-3/" title="GM脚本：Simple Google Reader Style V1.3">GM脚本：Simple Google Reader Style V1.3</a></li><li><a href="http://www.zhcexo.com/cnbeta-user-script/" title="とあるcnbeta的脚本">とあるcnbeta的脚本</a></li><li><a href="http://www.zhcexo.com/youku-light-on/" title="这回整优酷了，脚本脚本">这回整优酷了，脚本脚本</a></li><li><a href="http://www.zhcexo.com/two-more-grease-monkey-scripts/" title="再放出两个油猴脚本好了">再放出两个油猴脚本好了</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2010. |
<a href="http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/">查看原文</a> |
<a href="http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/#comments">18 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/toolkit/" rel="tag">Toolkit</a>, <a href="http://www.zhcexo.com/tag/download/" rel="tag">下载</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>用了下Chrome，还是换回Firefox</title>
		<link>http://www.zhcexo.com/use-firefox-instead-of-chrome/</link>
		<comments>http://www.zhcexo.com/use-firefox-instead-of-chrome/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 05:43:50 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[评测]]></category>

		<guid isPermaLink="false">http://www.zhcexo.com/?p=1055</guid>
		<description><![CDATA[其实再说这两种浏览器，没什么意思，各人习惯就好，不过因为Chrome启动快的原因我试用了个把星期之后，决定再次换回Firefox。为什么？快不是一切，很多东西的优点在于细节，而Firefox正是以很多体贴的细节一直吸引着我。



1、书签保存的问题

<span class="readmore"><a href="http://www.zhcexo.com/use-firefox-instead-of-chrome/" title="用了下Chrome，还是换回Firefox">阅读全文——共1885字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2F_ruj4XAh2Njs%2FTKwJowugRnI%2FAAAAAAAADDY%2FML17mYfdtIo%2Fs800%2FGoogle-Girl-vs-Firefox-Girl.jpg" alt="用了下Chrome，还是换回Firefox"  title="用了下Chrome，还是换回Firefox" /></p>
<p>其实再说这两种浏览器，没什么意思，各人习惯就好，不过因为<a target="_blank" href="http://www.zhcexo.com/tag/chrome/" title="tag:chrome">Chrome</a>启动快的原因我试用了个把星期之后，决定再次换回<a target="_blank" href="http://www.zhcexo.com/tag/firefox/" title="tag:firefox">Firefox</a>。为什么？快不是一切，很多东西的优点在于细节，而Firefox正是以很多体贴的细节一直吸引着我。</p>
<p><span id="more-1055"></span></p>
<h3>1、书签保存的问题</h3>
<p>大家保存书签的方法是什么呢？点五角星？我不喜欢，我使用的方法是直接把标签拖动到书签栏中我想保存的某个文件夹里面，但是Chrome不支持这种保存方法。用Chrome的人都知道，鼠标拖动标签的话可以让这个标签脱离出来成为一个新窗口。其实Firefox也可以，只不过没有Chrome那么炫的动画而已。另外就是，如果在Firefox中把标签拖动到书签栏中适当的位置，可以快速保存并且整理书签。</p>
<h3>2、页面跳转的问题</h3>
<p>这是个什么问题呢？我描述一下。我在网页上看到了一个网址，选取一下，然后右键&ldquo;访问XXX网址&rdquo;，嗯，很好很方便。但是如果这是一个我没有访问过的网址并且它被墙了的话，我加载了半天还没反应，就会停止载入它，然后加载代理试试，但这个时候问题就来了。在Chrome上点击了停止按钮之后，地址栏里马上会变成about:blank，这样，我又得回到原来的页面去寻找那个地址。Firefox是不存在这个问题的。</p>
<h3>3、Flash的问题</h3>
<p>Flash不是个好东西，但其实也不是个坏东西，至少我们现在离不开它。但就我自己亲自体会而言，对于有的标签里面有flash广告（比如人人网顶端那种），其他的标签页乃至整个Chrome都会变得卡卡的，失去了之前的流畅感。而Firefox在拥有plugin-container.exe这个防止插件导致浏览器崩溃的功能之前，并未发现什么问题，有了防崩溃功能之后，反而经常看到有flash的标签页崩溃，不知道为什么，但是卡卡的感觉不明显。</p>
<h3>4、代理问题</h3>
<p>Chrome的代理就是系统里面的代理，即使安装了Proxy Switchy!这个插件，它也是一种变向使用系统代理的方法。比如如果你让所有连接都使用某个代理，那么Chrome和IE都会使用这些代理，其他使用系统代理的软件也会受到影响。如果你用了Proxy Switchy!里面的自动切换模式，它其实是为系统代理生成了一个pac文件选择性使用而已。但是我有这样一种需求，我的Seesmic Desktop 2无法连上twitter了，得设置系统代理，但是这样一设置，我的Chrome访问任何网站都挂代理，这样会让我访问国内的网站多有不便。而Firefox的代理和系统的代理不同，可以用Foxy Proxy这样的插件方便设置。</p>
<h3>5、用户脚本支持的问题</h3>
<p>很多人喜欢<a target="_blank" href="http://www.zhcexo.com/tag/greasemonkey/" title="User Scripts">油猴脚本</a>改善某些页面的使用体验，Firefox中是用GreaseMonkey这个扩展实现的，Chrome是原生支持的。但就我使用发现，Chrome对脚本的支持很有问题，比如我使用的avgm（acfun增强脚本）和TwittSeven（twitter增强脚本）在Chrome下都不能使用。我自己也试过写一点Chrome下的脚本，但发现除了能用js改变一下css里面的东西，其他的如操作DOM等都不被支持，这一点我没深入研究，目前也不知道具体是怎么回事。</p>
<h3>6、鼠标手势插件问题</h3>
<p>Firefox下当仁不让的使用的FireGestures，Chrome下面用的是评价很高的Mouse Stroke。谁更流畅灵便一试便知道，Chrome的这个手势插件感觉比Firefox的这个差了不只一点两点。多的不说。</p>
<h3>7、Gmail提醒插件的问题</h3>
<p>这里只说Chrome，我使用的Gmail提醒插件用的是Google官方出品的Google Mail Checker，但我不明白的是，为什么在我的Chrome上，它没几次显示了邮件的多少，而多数是灰色图标加问号代替，非得点一下打开Gmail的页面它才会显示正确，那我要这个插件做什么。</p>
<h3>其他要说的东西</h3>
<p>1、Chrome的很多插件都是由js参与实现的吧，说实在的真不怎么样，js又不是一切。</p>
<p>2、Chrome打开网页的速度我没体会到比Firefox快多少。</p>
<p>3、浏览器不是跑分工具，不过貌似Firefox马上也堕落了。</p>
<p>4、其他浏览器都有的&ldquo;粘贴并转到&rdquo;功能就Firefox和IE没有，做上去会死啊？</p>
<p>5、Chrome打开很快，但是插件多了也慢。Firefox打开很慢，但是不装插件也快。另外，我一般打开了Firefox就不关的，不用也最小化着，所以Chrome打开的快不快对我影响不大。</p>
<p>6、本文是我的一家之言，欢迎大家拍砖，当然请注意用词，认真你就输了&hellip;&hellip;</p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/firefox3-rc2-simply-evaluate/" title="Firefox 3 RC 2简单试用">Firefox 3 RC 2简单试用</a></li><li><a href="http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/" title="更换Firefox默认查看源代码工具的配色方案">更换Firefox默认查看源代码工具的配色方案</a></li><li><a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/" title="开启Firefox 4 Beta 4的Direct2D加速">开启Firefox 4 Beta 4的Direct2D加速</a></li><li><a href="http://www.zhcexo.com/make-firefox-4-portable/" title="自己动手做个绿色简体中文版Firefox 4.0 beta 1">自己动手做个绿色简体中文版Firefox 4.0 beta 1</a></li><li><a href="http://www.zhcexo.com/add-safari5-reader-to-firefox-chrome/" title="为Firefox和Chrome加上Safari5的阅读器功能">为Firefox和Chrome加上Safari5的阅读器功能</a></li><li><a href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">图解修改Firefox的配置路径以备份个人设置</a></li><li><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">为Firefox做一个静态起始标签页</a></li><li><a href="http://www.zhcexo.com/five-chrome-hacks/" title="让Google Chrome更好用的五个方法">让Google Chrome更好用的五个方法</a></li><li><a href="http://www.zhcexo.com/chrome-and-a-book/" title="Chrome和一本书">Chrome和一本书</a></li><li><a href="http://www.zhcexo.com/use-ftp-client-online/" title="不用客户端也能进行FTP管理">不用客户端也能进行FTP管理</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2010. |
<a href="http://www.zhcexo.com/use-firefox-instead-of-chrome/">查看原文</a> |
<a href="http://www.zhcexo.com/use-firefox-instead-of-chrome/#comments">38 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/chrome/" rel="tag">Chrome</a>, <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/evaluate/" rel="tag">评测</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/use-firefox-instead-of-chrome/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>开启Firefox 4 Beta 4的Direct2D加速</title>
		<link>http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/</link>
		<comments>http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 05:53:36 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[试用]]></category>

		<guid isPermaLink="false">http://www.zhcexo.com/?p=1037</guid>
		<description><![CDATA[Firefox 4 Beta 4已经出来了哈，听说带来了Direct 2D加速功能，我就下载下来体验了一把，结果不小心把自己3.6.8版的配置文件都删了，郁闷&#8230;&#8230;不管怎么样，还是试了下，当然用的也是绿色版啦。由于Beta4已经有中文版了，所以绿色版的制作上与之前beta1的方法有所不同，不过大同小异，这里我就不具体说明了。Firefox 4 beta 4默认的Direct2D是禁用的，如何开启呢？请继续往下看。



前提

<span class="readmore"><a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/" title="开启Firefox 4 Beta 4的Direct2D加速">阅读全文——共779字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img alt="开启Firefox 4 Beta 4的Direct2D加速" src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FTHSvo7D7U-I%2FAAAAAAAAC9U%2FKHbC7ldB91I%2Fs800%2Ffx4b4-lead.jpg" title="开启Firefox 4 Beta 4的Direct2D加速" /></p>
<p>Firefox 4 Beta 4已经出来了哈，听说带来了Direct 2D加速功能，我就下载下来体验了一把，结果不小心把自己3.6.8版的配置文件都删了，郁闷&hellip;&hellip;不管怎么样，还是试了下，当然用的也是<a title="自己动手做个绿色简体中文版Firefox 4.0 beta 1" href="http://www.zhcexo.com/make-firefox-4-portable/" target="_blank">绿色版</a>啦。由于Beta4已经有中文版了，所以绿色版的制作上与之前beta1的方法有所不同，不过大同小异，这里我就不具体说明了。Firefox 4 beta 4默认的Direct2D是禁用的，如何开启呢？请继续往下看。</p>
<p><span id="more-1037"></span></p>
<h3>前提</h3>
<blockquote>
<p>1、支持DirectX 10的显卡一块</p>
<p>2、你的操作系统必需是Windows 7或Windows Vista SP2，XP是不被支持的</p>
<p>3、安装了显卡的最新驱动</p>
</blockquote>
<h3>如何开启</h3>
<blockquote>
<p>1、在Firefox的地址栏中输入about:config，点击&ldquo;我保证会小心&rdquo;继续</p>
<p>2、把mozilla.widget.render-mode的值设置为6，默认是-1（开启Direct2D）</p>
<p>3、把gfx.font_rendering.directwrite.enabled的值设置为true，默认为false（开启Direct Write）</p>
<p>4、重启Firefox 4</p>
<p>5、重启之后在地址栏里输入about:support，找到最下面一行Graphics，如果Direct2D Enabled的值为true，则已经开启Direct2D</p>
</blockquote>
<h3>我的感觉</h3>
<p>我的显卡是8500GT的，不知道是显卡太差了还是怎么的，Direct2D没给我感觉使用上有多流畅，反而开启了之后，Firefox经常性地很卡，特别是在页面上flash太多了的时候，plugin-container.exe这个进程占用CPU超大的，而且开启了Direct2D后的Firefox启动速度好像更慢了，不知道什么原因，我也没作过多的测试，要不大家试试吧。</p>
<h3>相关阅读</h3>
<p><a title="Direct2D" href="http://en.wikipedia.org/wiki/Direct2D" target="_blank">Wikipedia上的Direct 2D的解释</a></p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/make-firefox-4-portable/" title="自己动手做个绿色简体中文版Firefox 4.0 beta 1">自己动手做个绿色简体中文版Firefox 4.0 beta 1</a></li><li><a href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">图解修改Firefox的配置路径以备份个人设置</a></li><li><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">为Firefox做一个静态起始标签页</a></li><li><a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/" title="本站Firefox页面正式上线">本站Firefox页面正式上线</a></li><li><a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/" title="七个推荐给WebMaster的Firefox扩展">七个推荐给WebMaster的Firefox扩展</a></li><li><a href="http://www.zhcexo.com/firefox3-rc3-evaluate-and-thoughts/" title="Firefox 3 RC 3抢鲜试用及简单感想">Firefox 3 RC 3抢鲜试用及简单感想</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-evaluate-and-compatibility-solutions/" title="Firefox3 RC2 简体中文版试用感受及常用插件和扩展兼容性解决方案">Firefox3 RC2 简体中文版试用感受及常用插件和扩展兼容性解决方案</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-simply-evaluate/" title="Firefox 3 RC 2简单试用">Firefox 3 RC 2简单试用</a></li><li><a href="http://www.zhcexo.com/introduction-of-box-shadow/" title="box-shadow用法简介">box-shadow用法简介</a></li><li><a href="http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/" title="更换Firefox默认查看源代码工具的配色方案">更换Firefox默认查看源代码工具的配色方案</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2010. |
<a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/">查看原文</a> |
<a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/#comments">33 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/browser/" rel="tag">浏览器</a>, <a href="http://www.zhcexo.com/tag/test/" rel="tag">试用</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
		<item>
		<title>自己动手做个绿色简体中文版Firefox 4.0 beta 1</title>
		<link>http://www.zhcexo.com/make-firefox-4-portable/</link>
		<comments>http://www.zhcexo.com/make-firefox-4-portable/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:56:12 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://www.zhcexo.com/?p=978</guid>
		<description><![CDATA[一直大爱Firefox，前两天还在尝试nightly bulid版Minefield的我，一知道4.0的beta1出来了，我就想装着试试。只是自己又是个稳定版软件控，让我拿beta版去换掉3.6.6，心里还是有些舍不得的，怎么办？心中涌出的第一个想法就是把它做成绿色版软件。那么，开始动手吧。



1、下载Firefox 4.0 beta 1的安装文件

<span class="readmore"><a href="http://www.zhcexo.com/make-firefox-4-portable/" title="自己动手做个绿色简体中文版Firefox 4.0 beta 1">阅读全文——共1120字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2F_ruj4XAh2Njs%2FTDX04KTipbI%2FAAAAAAAAC6s%2Fj7VLLDoVbPg%2Fs800%2Ffirefox4-lead.jpg" alt="自己动手做个绿色简体中文版Firefox 4.0 beta 1"  title="自己动手做个绿色简体中文版Firefox 4.0 beta 1" /></p>
<p>一直大爱Firefox，前两天还在尝试nightly bulid版Minefield的我，一知道4.0的beta1出来了，我就想装着试试。只是自己又是个稳定版软件控，让我拿beta版去换掉3.6.6，心里还是有些舍不得的，怎么办？心中涌出的第一个想法就是把它做成绿色版软件。那么，开始动手吧。</p>
<p><span id="more-978"></span></p>
<h3>1、下载Firefox 4.0 beta 1的安装文件</h3>
<p>也想试试的朋友请<a target="_blank" href="http://www.mozilla.com/en-US/firefox/beta/" title="Firefox 4 beta">点击这里</a>下载4.0 beta 1的安装文件。</p>
<h3>2、解压安装文件，而不是双击它</h3>
<p>请使用7-zip软件将Firefox Setup 4.0 Beta 1.exe打开，我们可以看到以下文件夹。</p>
<p style="text-align: center;"><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FTDXwkr_7taI%2FAAAAAAAAC6c%2FN7CDx-nH5sk%2Fs800%2Ffirefox4.png.jpg" alt="自己动手做个绿色简体中文版Firefox 4.0 beta 1"  title="自己动手做个绿色简体中文版Firefox 4.0 beta 1" /></p>
<p>然后在你想放置Firefox的地方新建一个文件夹，比如我在桌面上<strong>新建了一个名为Firefox4的文件夹</strong>。将Firefox Setup 4.0 Beta 1.exe里面的nonlocalized文件夹中的文件解压到Firefox4文件夹中，然后将localized文件夹里面的文件同样解压到Firefox4文件夹中，过程中提示文件夹要合并的、或者文件要覆盖的，都合并覆盖掉。</p>
<p>做好了这些步骤，<strong>请不要运行firefox.exe</strong>，继续往下看。</p>
<h3>3、为Firefox4创建快捷方式</h3>
<p>在Firefox4文件夹中找到firefox.exe这个可执行文件，右键单击后在弹出菜单中选择&ldquo;创建快捷方式&rdquo;，至于创建出来的快捷方式，你放到你想放到的地方，比如桌面。然后在Firefox4文件夹中新建一个任意名称的文件夹来存放配置信息，比如我的文件夹名就叫&ldquo;profile&rdquo;。</p>
<p>找到刚刚创建的快捷方式，打开它的&ldquo;属性&rdquo;，在&ldquo;目标&rdquo;一栏的后面加上程序运行的参数</p>
<blockquote>
<p>-profile &ldquo;文件夹名&rdquo;</p>
</blockquote>
<p>比如我的就是</p>
<blockquote>
<p>&quot;D:\ZH CEXO\Desktop\Firefox4\firefox.exe&quot; -profile &quot;profile&quot;</p>
</blockquote>
<p>做好了这一步，可以双击快捷方式运行Firefox 4了。</p>
<h3>4、安装中文语言包</h3>
<p><a href="http://xun6.com/file/5b1a9a8d8/zh-CN-4.0_100629.zip.html" target="_blank">点击这里</a>下载Firefox 4.0 beta 1的中文语言包，下载后解压文件丢到Firefox4所在的文件夹里的chrome文件夹下，比如本文中就是Firefox4\chrome，再在Firefox4的地址栏里面输入about:config，打开配置选项，找到general.useragent.locale项，将值改为zh-CN。</p>
<p>重启Firefox 4.0 beta 1，完成，撒花！</p>
<p>插件几乎没装，就装了个鼠标手势，但现在用起来，速度真的很飙，而且启动速度也快，十分畅快~</p>
<p>Refer <a target="_blank" href="http://myhou.org/firefox-4-beta.html" title="大爱 Firefox 4.0">大爱 Firefox 4.0 Beta</a> &amp; <a target="_blank" href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">图解修改Firefox的配置路径以备份个人设置</a></p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/" title="开启Firefox 4 Beta 4的Direct2D加速">开启Firefox 4 Beta 4的Direct2D加速</a></li><li><a href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">图解修改Firefox的配置路径以备份个人设置</a></li><li><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">为Firefox做一个静态起始标签页</a></li><li><a href="http://www.zhcexo.com/stange-web-browser-ghostzilla/" title="防BOSS终级利器——幽灵浏览器Ghostzilla">防BOSS终级利器——幽灵浏览器Ghostzilla</a></li><li><a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/" title="本站Firefox页面正式上线">本站Firefox页面正式上线</a></li><li><a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/" title="七个推荐给WebMaster的Firefox扩展">七个推荐给WebMaster的Firefox扩展</a></li><li><a href="http://www.zhcexo.com/torrentrelay-with-mininova/" title="TorrentRelay with Mininova">TorrentRelay with Mininova</a></li><li><a href="http://www.zhcexo.com/3-bt-proxy-sites-2/" title="三个BT下载的代理网站[续]">三个BT下载的代理网站[续]</a></li><li><a href="http://www.zhcexo.com/3-bt-proxy-sites/" title="三个BT下载的代理网站">三个BT下载的代理网站</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-simply-evaluate/" title="Firefox 3 RC 2简单试用">Firefox 3 RC 2简单试用</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2010. |
<a href="http://www.zhcexo.com/make-firefox-4-portable/">查看原文</a> |
<a href="http://www.zhcexo.com/make-firefox-4-portable/#comments">28 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/browser/" rel="tag">浏览器</a>, <a href="http://www.zhcexo.com/tag/software/" rel="tag">软件</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/make-firefox-4-portable/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>图解修改Firefox的配置路径以备份个人设置</title>
		<link>http://www.zhcexo.com/change-firefox-profile-directory/</link>
		<comments>http://www.zhcexo.com/change-firefox-profile-directory/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 13:29:50 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://www.zhcexo.com/?p=871</guid>
		<description><![CDATA[大家最喜欢的浏览器是什么，这个答案应该很多元化吧，我最喜欢的是Firefox，因为它的灵活性、可定制性，虽然启动慢而且对某些网页渲染很成问题。但有的时候不知道为什么，Firefox用过一段时间之后就开始出现奇怪的问题，比如老崩溃什么的，这个时候大多数人会选择重装它来解决问题吧。再或者，系统有问题，想重装系统，然后装完才发现，Firefox里面的配置插件什么的都丢失了，又得重新来搞，多麻烦&#8230;&#8230;



那怎么备份Firefox的个人配置呢？用扩展？可以，这里向你推荐强大的扩展：FEBE，它能备份已经安装的插件、书签、主题、Firefox配置参数、保存的密码、cookie等几乎所有Firefox里面所有你自己的东西。不想用插件呢？那就继续往下看吧。

<span class="readmore"><a href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">阅读全文——共1219字</a></span>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2F_ruj4XAh2Njs%2FSvAlNgImcPI%2FAAAAAAAACwM%2FHuWVZlX2lEo%2Fs800%2Ffxconfig.jpg" alt="图解修改Firefox的配置路径以备份个人设置"  title="图解修改Firefox的配置路径以备份个人设置" /></p>
<p>大家最喜欢的浏览器是什么，这个答案应该很多元化吧，我最喜欢的是<a target="_blank" href="http://www.zhcexo.com/tag/firefox/" title="tag:firefox">Firefox</a>，因为它的灵活性、可定制性，虽然启动慢而且对某些网页渲染很成问题。但有的时候不知道为什么，Firefox用过一段时间之后就开始出现奇怪的问题，比如老崩溃什么的，这个时候大多数人会选择重装它来解决问题吧。再或者，系统有问题，想重装系统，然后装完才发现，Firefox里面的配置插件什么的都丢失了，又得重新来搞，多麻烦&hellip;&hellip;</p>
<p><span id="more-871"></span></p>
<p>那怎么备份Firefox的个人配置呢？用扩展？可以，这里向你推荐强大的扩展：<strong><a target="_blank" href="https://addons.mozilla.org/zh-CN/firefox/addon/2109">FEBE</a></strong>，它能备份已经安装的插件、书签、主题、Firefox配置参数、保存的密码、cookie等几乎所有Firefox里面所有你自己的东西。不想用插件呢？那就继续往下看吧。</p>
<p>其实Firefox自己的配置文件是可以定义的，而且你还可以创建不只一个配置，<strong>但似乎很多人不知道这个功能？</strong>方法很简单，找到Firefox的快捷方式，如果找不到，就创建一个，然后右键并选择属性，找到&ldquo;目标&rdquo;那一栏，在最后面加上</p>
<blockquote>
<p>-p</p>
</blockquote>
<p><strong>注意横杠前面有个空格</strong>，然后确定。</p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FSvAlOFZKgII%2FAAAAAAAACwQ%2FaDOW6QKSetQ%2Fs800%2Ffxc-1.jpg" alt="图解修改Firefox的配置路径以备份个人设置"  title="图解修改Firefox的配置路径以备份个人设置" /></p>
<p>关掉所有运行中的Firefox，再双击那个快捷方式看看，出现了什么？</p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FSvAlOrSks2I%2FAAAAAAAACwU%2FKYtB42sGv6c%2Fs800%2Ffxc-2.jpg" alt="图解修改Firefox的配置路径以备份个人设置"  title="图解修改Firefox的配置路径以备份个人设置" /></p>
<p>嗯，如图所示，出现了&ldquo;选择用户配置文件&rdquo;的窗口。这里面就可以定制你的配置了。比如说，你重新安装了Firefox，然后把配置改到D:\FxConfig这个路径里面，只要点击&ldquo;创建配置文件&rdquo;，出现以下窗口：</p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FSvAlPKeaZoI%2FAAAAAAAACwY%2Fh14kGdOP8-M%2Fs800%2Ffxc-3.jpg" alt="图解修改Firefox的配置路径以备份个人设置"  title="图解修改Firefox的配置路径以备份个人设置" /></p>
<p>单击&ldquo;下一步&rdquo;，来选择你的配置文件夹：</p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2F_ruj4XAh2Njs%2FSvAlP5egSSI%2FAAAAAAAACwc%2Fuei-B5AsnTk%2Fs800%2Ffxc-4.jpg" alt="图解修改Firefox的配置路径以备份个人设置"  title="图解修改Firefox的配置路径以备份个人设置" /></p>
<p>这样一来，你的Firefox中所有的东西，包括插件、cookie等等都会保留在这个文件夹下面，配<strong>置文件的名称你自己定</strong>。</p>
<p>设想一下，以前Firefox的配置文件都保留在系统盘里，如：</p>
<blockquote>
<p><span style="color: rgb(255, 0, 0);">Vista下</span>&nbsp; C:\Users\用户名\AppData\Roaming\Mozilla\Firefox\Profiles\       <br />
<span style="color: rgb(255, 0, 0);">XP下</span>&nbsp; C:\Documents and Settings\用户名\Application Data\Mozilla\Firefox\Profiles\</p>
</blockquote>
<p>重装系统的时候就丢掉了，挺烦心的，<strong>但如果你的配置不在默认的这个路径里，那重装后只需要再次进行这个步骤，把配置路径指向你原来的配置路径，一切不就回来了么！</strong>至于配置文件已经在系统盘里面的童鞋们，<strong>只要把默认路径中的相关文件都复制到新的路径里面</strong>，再改一下配置地址就行了。</p>
<p><strong style="color: rgb(255, 0, 0);">扩展一下应用</strong></p>
<p>既然这样可以指定配置文件的路径和文件名，那只要路径不同文件名不同，就可以创建多个配置文件啦。而且对于Firefox来说，扩展安得越多，越是拖慢启动的速度。有了这个方法，你可以在做不同事情的时候使用不同配置的Firefox。比如说，创建两个快捷方式，指定两个不同配置，其中一个用于一般网页浏览，安简单的扩展;另一个用于网页设计，安上相关功能的扩展就可以了~</p>
<p>好奇的同学赶快试试吧，你不会失望的！</p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/" title="开启Firefox 4 Beta 4的Direct2D加速">开启Firefox 4 Beta 4的Direct2D加速</a></li><li><a href="http://www.zhcexo.com/make-firefox-4-portable/" title="自己动手做个绿色简体中文版Firefox 4.0 beta 1">自己动手做个绿色简体中文版Firefox 4.0 beta 1</a></li><li><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">为Firefox做一个静态起始标签页</a></li><li><a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/" title="本站Firefox页面正式上线">本站Firefox页面正式上线</a></li><li><a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/" title="七个推荐给WebMaster的Firefox扩展">七个推荐给WebMaster的Firefox扩展</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-simply-evaluate/" title="Firefox 3 RC 2简单试用">Firefox 3 RC 2简单试用</a></li><li><a href="http://www.zhcexo.com/css-input-file-area/" title="使用CSS美化文件上传表单">使用CSS美化文件上传表单</a></li><li><a href="http://www.zhcexo.com/introduction-of-box-shadow/" title="box-shadow用法简介">box-shadow用法简介</a></li><li><a href="http://www.zhcexo.com/css3-cool-tip/" title="用CSS3创建漂亮的链接提示">用CSS3创建漂亮的链接提示</a></li><li><a href="http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/" title="更换Firefox默认查看源代码工具的配色方案">更换Firefox默认查看源代码工具的配色方案</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2009. |
<a href="http://www.zhcexo.com/change-firefox-profile-directory/">查看原文</a> |
<a href="http://www.zhcexo.com/change-firefox-profile-directory/#comments">30 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/tutorial/" rel="tag">教程</a>, <a href="http://www.zhcexo.com/tag/browser/" rel="tag">浏览器</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/change-firefox-profile-directory/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>为Firefox做一个静态起始标签页</title>
		<link>http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/</link>
		<comments>http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 12:28:38 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Toolkit]]></category>
		<category><![CDATA[浏览器]]></category>

		<guid isPermaLink="false">http://www.zhcexo.com/?p=842</guid>
		<description><![CDATA[我想用过Opera的朋友们应该不陌生，它有一个很人性化的功能就是&#8220;快速启动&#8221;页面，你可以将最常用的书签放入快速启动的页面，然后访问起来的确带来了便利。而Google的Chrome也引入了类似的功能，它是将起始页面以你最常访问的频率来记录下来，时间用得久了，Chrome自动为你生成的起始页面也更加精确，现在也可以把书签&#8220;钉&#8221;住，这样就和Opera差不多了。火狐呢？它也有，强大的扩展能力让它实现这个功能易如反掌，比如说安装一下Fast Dial这样的扩展，安装Google Toolbar for Firefox也可以实现和Chrome同样的功能。我现在要介绍的，是自己来做一个这样的静态页面，需要的工具是Tab Mix Plus等这样能管标签的扩展。

<span class="readmore"><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">阅读全文——共1027字</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.zhcexo.com/" target="_blank"><img alt="为Firefox做一个静态起始标签页" src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FStW07ad8gYI%2FAAAAAAAACuw%2FCXfFLA17pQA%2Fs800%2Fdiyst-1.jpg" title="为Firefox做一个静态起始标签页" /></a></p>
<p>我想用过<a title="tag:opera" target="_blank" href="http://www.zhcexo.com/tag/opera/">Opera</a>的朋友们应该不陌生，它有一个很人性化的功能就是&ldquo;快速启动&rdquo;页面，你可以将最常用的书签放入快速启动的页面，然后访问起来的确带来了便利。而<a title="tag:chrome" target="_blank" href="http://www.zhcexo.com/tag/chrome/">Google的Chrome</a>也引入了类似的功能，它是将起始页面以你最常访问的频率来记录下来，时间用得久了，Chrome自动为你生成的起始页面也更加精确，现在也可以把书签&ldquo;钉&rdquo;住，这样就和Opera差不多了。<a title="tag:firefox" target="_blank" href="http://www.zhcexo.com/tag/firefox/">火狐</a>呢？它也有，强大的扩展能力让它实现这个功能易如反掌，比如说安装一下Fast Dial这样的扩展，安装Google Toolbar for Firefox也可以实现和Chrome同样的功能。我现在要介绍的，是自己来做一个这样的静态页面，需要的工具是<a title="Tab Mix Plus :: Firefox 附加组件" href="https://addons.mozilla.org/zh-CN/firefox/addon/1122" target="_blank">Tab Mix Plus</a>等这样能管标签的扩展。</p>
<p><span id="more-842"></span></p>
<p>实现起来相当容易，是仿Chrome的起始页做的，先上效果图：</p>
<p><a href="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FStW08bCw8VI%2FAAAAAAAACu0%2FUeIw7xEhBxg%2Fs800%2Fdiyst-2.jpg"><img alt="为Firefox做一个静态起始标签页" src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2F_ruj4XAh2Njs%2FStW08bCw8VI%2FAAAAAAAACu0%2FUeIw7xEhBxg%2Fs800%2Fdiyst-2.jpg" title="为Firefox做一个静态起始标签页" /></a></p>
<p>应该比较像吧，但这是在Firefox里面的效果。先把我提供的文件下载后解压，然后编辑里面的</p>
<blockquote>
<p>chrome.html</p>
</blockquote>
<p>这个文件，编辑方法无非就是改一下链接，换一下地址描述和改一下缩略图，没有什么技术可言。这是一个静态页，没有统计访问历史的功能，也不具备动态效果，所以如果你不感兴趣，可以忽略。具体的方法文件里面用注释标明了，不会改的可以仿照例子试一下。</p>
<p>当将你的页面设置好以后，放在一个可以永久保存的地方，然后在Firefox里面打开Tab Mix Plus的选项，点击上面的&ldquo;事件&rdquo;图标，切换到&ldquo;标签页打开&rdquo;选项卡，然后，在&ldquo;新建标签页打开&rdquo;中选择&ldquo;用户指定的页面&rdquo;，然后输入<strong>chrome.html</strong>这个文件的完整路径就可以了。给个图更明朗简洁：</p>
<p><a href="http://www.zhcexo.com/" target="_blank"><img alt="为Firefox做一个静态起始标签页" src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2F_ruj4XAh2Njs%2FStW_J1U8wpI%2FAAAAAAAACvE%2FmhNSbB5OwgA%2Fs800%2Fdiyst-3.jpg" title="为Firefox做一个静态起始标签页" /></a></p>
<p>到此就结束了，如果你也是这样做了，那么现在在Firefox里面新建一个标签页试试，看看能不能出现想要的效果~</p>
<p>这个文件结构和代码都很简单，可以通过W3C的XHTML的验证，但不能通过CSS验证，因为我使用了Firefox和webkit的圆角代码，不过因为是自己用，没什么关系吧。</p>
<p>最后要说的就是我做这个的原因：</p>
<blockquote>
<p>1、Firefox本身没有这个功能</p>
<p>2、这种设计的确可以提高网页访问的便捷性</p>
<p>3、Firefox启动速度慢，安了扩展会更慢</p>
<p>4、没想到</p>
</blockquote>
<p>至于<a title="别用鼠标点我的博客" href="http://www.dingood.com/" target="_blank">小浒子</a>指出&ldquo;为什么没有搜索框&rdquo;，一般我用的是Firefox自带的搜索框，所以这个功能没加上。</p>
<p><a class="download" title="点击下载文章提到的文件" href="http://www.uushare.com/user/xcjjzh/file/2115771" target="_blank">点击下载文章提到的文件</a></p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/change-firefox-default-code-display-color-scheme/" title="更换Firefox默认查看源代码工具的配色方案">更换Firefox默认查看源代码工具的配色方案</a></li><li><a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/" title="开启Firefox 4 Beta 4的Direct2D加速">开启Firefox 4 Beta 4的Direct2D加速</a></li><li><a href="http://www.zhcexo.com/make-firefox-4-portable/" title="自己动手做个绿色简体中文版Firefox 4.0 beta 1">自己动手做个绿色简体中文版Firefox 4.0 beta 1</a></li><li><a href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">图解修改Firefox的配置路径以备份个人设置</a></li><li><a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/" title="本站Firefox页面正式上线">本站Firefox页面正式上线</a></li><li><a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/" title="七个推荐给WebMaster的Firefox扩展">七个推荐给WebMaster的Firefox扩展</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-simply-evaluate/" title="Firefox 3 RC 2简单试用">Firefox 3 RC 2简单试用</a></li><li><a href="http://www.zhcexo.com/simple-gr-update-to-1-3/" title="GM脚本：Simple Google Reader Style V1.3">GM脚本：Simple Google Reader Style V1.3</a></li><li><a href="http://www.zhcexo.com/introduction-of-box-shadow/" title="box-shadow用法简介">box-shadow用法简介</a></li><li><a href="http://www.zhcexo.com/cnbeta-user-script/" title="とあるcnbeta的脚本">とあるcnbeta的脚本</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2009. |
<a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/">查看原文</a> |
<a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/#comments">14 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/toolkit/" rel="tag">Toolkit</a>, <a href="http://www.zhcexo.com/tag/browser/" rel="tag">浏览器</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>本站Firefox页面正式上线</title>
		<link>http://www.zhcexo.com/page-firefox-of-linxo-appear-online/</link>
		<comments>http://www.zhcexo.com/page-firefox-of-linxo-appear-online/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 08:40:20 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox扩展]]></category>

		<guid isPermaLink="false">http://www.linxo.cn/blog/?p=215</guid>
		<description><![CDATA[由于现在我的电脑依然不能上网，所以网站更新起来很不方便，而且我在家里闲着也没事做。武汉那天雷暴过后就一直在下雨，外出也不方便，所以我就在家用刚学的CSS做了一个Firefox的页面，现在拿出来交给大家。

一直以来大家应该只听到过Firefox的名字或者看到漫天遍野的广告，自己真正想动起手来使用可能会发现，面对着繁多的扩展，哪些有用，哪些没用呢？不可能一个一个地去试，然后看着想着，就放弃了使用Firefox的念头。其实Firefox是相当优秀的，至少在我看来，它比我使用IE时候的感觉好得多。一来它对标准网页解释得非常好，二来它丰富的扩展的确给我带来了不少方便。

<span class="readmore"><a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/" title="本站Firefox页面正式上线">阅读全文——共769字</a></span>]]></description>
			<content:encoded><![CDATA[<p>由于现在我的电脑依然不能上网，所以网站更新起来很不方便，而且我在家里闲着也没事做。武汉那天雷暴过后就一直在下雨，外出也不方便，所以我就在家用刚学的CSS做了一个Firefox的页面，现在拿出来交给大家。</p>
<p>一直以来大家应该只听到过Firefox的名字或者看到漫天遍野的广告，自己真正想动起手来使用可能会发现，面对着繁多的扩展，哪些有用，哪些没用呢？不可能一个一个地去试，然后看着想着，就放弃了使用Firefox的念头。其实Firefox是相当优秀的，至少在我看来，它比我使用IE时候的感觉好得多。一来它对标准网页解释得非常好，二来它丰富的扩展的确给我带来了不少方便。</p>
<p><span id="more-215"></span></p>
<p>现在这个页面我已经做出来了，都是仿照的Firefox官方扩展页面制作的，而且相应的链接都已经做好了，上手应该相当容易。里面的描述很简单，我也是为了避免大家看得不耐烦才把功能都概括了一番。你下载了Firefox后，如果有耐心，那就看看我推荐的扩展，然后选择你们觉得适合自己的安装。如果你没那个耐心，那就把我推荐的所有扩展都安装吧，也不会有太大的问题。一般来说，Firefox安装完一个扩展就会提示要你重启浏览器，但我现在提个小窃门，先安装所有需要的扩展，再一次性完成重启。</p>
<p>由于这个页面是针对新手来写的，所以如果你正在使用Firefox并且已经是一位高手的话，你可以跳过本文，或者也可以去看看我做的页面，然后给我一些建议，把想法发到我的邮箱，xcjjzh[at]gmail.com，我忠心感谢你们！</p>
<p>好了，废话我就不多说了，把目光移动到导航栏上，然后点击Firefox那个页面链接吧！或者现在就猛击这里！</p>
<p>PS:我做的这个页面和广告没有任何关系，仅仅是一篇入门级的文章而已。你们可以看看那个页面上的链接，都是指向标准的官方地址，其中不含有Linxo.cn之类的字样，是和做广告无关的~</p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/" title="七个推荐给WebMaster的Firefox扩展">七个推荐给WebMaster的Firefox扩展</a></li><li><a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/" title="开启Firefox 4 Beta 4的Direct2D加速">开启Firefox 4 Beta 4的Direct2D加速</a></li><li><a href="http://www.zhcexo.com/make-firefox-4-portable/" title="自己动手做个绿色简体中文版Firefox 4.0 beta 1">自己动手做个绿色简体中文版Firefox 4.0 beta 1</a></li><li><a href="http://www.zhcexo.com/add-safari5-reader-to-firefox-chrome/" title="为Firefox和Chrome加上Safari5的阅读器功能">为Firefox和Chrome加上Safari5的阅读器功能</a></li><li><a href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">图解修改Firefox的配置路径以备份个人设置</a></li><li><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">为Firefox做一个静态起始标签页</a></li><li><a href="http://www.zhcexo.com/game-extensions-for-firefox/" title="FireFox游戏类扩展集合">FireFox游戏类扩展集合</a></li><li><a href="http://www.zhcexo.com/firefox3-rc3-evaluate-and-thoughts/" title="Firefox 3 RC 3抢鲜试用及简单感想">Firefox 3 RC 3抢鲜试用及简单感想</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-evaluate-and-compatibility-solutions/" title="Firefox3 RC2 简体中文版试用感受及常用插件和扩展兼容性解决方案">Firefox3 RC2 简体中文版试用感受及常用插件和扩展兼容性解决方案</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-simply-evaluate/" title="Firefox 3 RC 2简单试用">Firefox 3 RC 2简单试用</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2008. |
<a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/">查看原文</a> |
<a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/#comments">24 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/firefox-extensions/" rel="tag">Firefox扩展</a>, <a href="http://www.zhcexo.com/tag/browser/" rel="tag">浏览器</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/page-firefox-of-linxo-appear-online/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>七个推荐给WebMaster的Firefox扩展</title>
		<link>http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/</link>
		<comments>http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 03:35:33 +0000</pubDate>
		<dc:creator>ZH CEXO</dc:creator>
				<category><![CDATA[浏览器]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox扩展]]></category>

		<guid isPermaLink="false">http://www.linxo.cn/blog/?p=135</guid>
		<description><![CDATA[Firefox的强大之处就在于它数不胜数的扩展，功能涵盖方方面面。作为一个WebMaster，你可能会用到网站建立和网页设计等等相关的软件，但是五花八门的软件不但难找，使用起来也不一定很方便。这里我就介绍一下我在使用的七个与网站开发相关的Firefox扩展，它们把众多功能集合一在个浏览器里。



1. FireFTP

<span class="readmore"><a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/" title="七个推荐给WebMaster的Firefox扩展">阅读全文——共1351字</a></span>]]></description>
			<content:encoded><![CDATA[<p>Firefox的强大之处就在于它数不胜数的扩展，功能涵盖方方面面。作为一个WebMaster，你可能会用到网站建立和网页设计等等相关的软件，但是五花八门的软件不但难找，使用起来也不一定很方便。这里我就介绍一下我在使用的七个与网站开发相关的Firefox扩展，它们把众多功能集合一在个浏览器里。</p>
<p><span id="more-135"></span></p>
<p><strong><a href="https://addons.mozilla.org/zh-CN/firefox/addon/684" target="_blank">1. FireFTP</a></strong></p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2Fxcjjzh%2FSIiAfAK3ggI%2FAAAAAAAAAvk%2FaEEMvB6zyBQ%2Fs800%2Fwa-01.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>建站期间文件什么的都要往服务器上传吧，大家多数选的软件都是诸如FlashFXP之类的专业FTP工具，我以前也用的这个。但是现在我选择了FireFTP，因为可能是网络问题吧，我用FlashFXP上传文件的速度慢得不可理喻，而且经常掉线，而FireFTP就不会，具体原因我也不知道。主界面如下，和一般的FTP软件很像吧。</p>
<p><a href="http://picasaweb.google.com/xcjjzh/NetImg/photo#5226568819451880450"><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2Fxcjjzh%2FSIiAplWP5AI%2FAAAAAAAAAw0%2F8h_wrG4arwY%2Fs400%2Fwa-08.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></a></p>
<p><strong><a href="https://addons.mozilla.org/zh-CN/firefox/addon/4724" target="_blank">2. Firefox Universal Uploader</a></strong></p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2Fxcjjzh%2FSIiApui0wNI%2FAAAAAAAAAw8%2Fr-8McOdrYkw%2Fs800%2Fwa-07.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>这个插件是做什么的呢？一般的个人网站月流量是有限制的，所以图片什么的一般都选择外链，而不是放在自己的服务器上，比如说Picasa相册或者别的什么网络相册。使用这个工具，你可以像使用FTP上传一样来上传你的文件，很方便，当然其实质应该不是FTP。这个扩展不仅仅支持Picasa，还有Flickr，Box.net，Google Docs都支持，需要的人可以去试试。</p>
<p><a href="http://picasaweb.google.com/xcjjzh/NetImg/photo#5226568788998818178"><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2Fxcjjzh%2FSIiAnz5rCYI%2FAAAAAAAAAws%2FWBfkjws5HPY%2Fs400%2Fwa-09.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></a></p>
<p>以下的扩展都是与网页设计相关的。</p>
<p><strong><a href="https://addons.mozilla.org/zh-CN/firefox/addon/3408" target="_blank">3. Abduction!</a></strong></p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh3.gouride.com%2Fxcjjzh%2FSIiAhISCv9I%2FAAAAAAAAAv8%2FyFhyZQCqZwg%2Fs800%2Fwa-04.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>这个扩展是把整个网页保存为一幅图片，你可以参考别人的设计，网页的配色等，图片可以保存为PNG和JPG等格式，比较方便。如果某些网页不允许你保存页面的话，也可以用这个扩展把页面保存为图片，需要的时候拿出来放大看，效果是一样的，只是图片上的文字就不能复制了。以下是取图界面：</p>
<p><a href="http://picasaweb.google.com/xcjjzh/NetImg/photo#5226568727562144722"><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2Fxcjjzh%2FSIiAkPCBy9I%2FAAAAAAAAAwU%2FNtfC0l00OWg%2Fs400%2Fwa-12.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></a></p>
<p><strong><a href="https://addons.mozilla.org/zh-CN/firefox/addon/1843" target="_blank">4. Firebug</a></strong></p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2Fxcjjzh%2FSIiAgUBuQqI%2FAAAAAAAAAv0%2FL8-NnPW5PTU%2Fs800%2Fwa-03.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>Firebug使用的人太多，我不详说，功能包括查看网页源代码，CSS，脚本，还带有一个DOM查看器，与之功能相当的还有Web Developer。以下是Firebug的网页内容查看器：</p>
<p><a href="http://picasaweb.google.com/xcjjzh/NetImg/photo#5226568745539215666"><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2Fxcjjzh%2FSIiAlSAGITI%2FAAAAAAAAAwc%2FilvzBZaa0A8%2Fs400%2Fwa-11.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></a></p>
<p><strong><a href="https://addons.mozilla.org/zh-CN/firefox/addon/60" target="_blank">5. Web Developer</a></strong></p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh5.gouride.com%2Fxcjjzh%2FSIiAgMN0sBI%2FAAAAAAAAAvs%2FnmTLRBL0J8Q%2Fs800%2Fwa-02.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>如上所说的，Web Developer在功能上与Firebug相当，但是我个人觉得Web Developer好用一点，因为可以自由地选择要显示的，不显示的，包含的功能很丰富，还包含了网页标准认证的按钮和提示，对CSS开发者来说应该相当方便。我常常是这两个扩展一起用。</p>
<p><a href="http://picasaweb.google.com/xcjjzh/NetImg/photo#5226568764547726034"><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2Fxcjjzh%2FSIiAmY0E-tI%2FAAAAAAAAAwk%2Ff4N1fOolJU0%2Fs400%2Fwa-10.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></a></p>
<p><strong><a href="https://addons.mozilla.org/zh-CN/firefox/addon/271" target="_blank">6. ColorZilla</a></strong></p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh6.gouride.com%2Fxcjjzh%2FSIiAiSOULhI%2FAAAAAAAAAwM%2F7yRCj7EPLtY%2Fs800%2Fwa-13.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>ColorZilla是个方便的网页颜色分析工具，它包含颜色选择器，调色板，颜色DOM分析工具，支持鼠标对特定对象的选择，可以和Firebug协同工作，支持网页缩放。你可以用它对视觉效果强的网站进行配色分析，然后参考进行设计。</p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2Fxcjjzh%2FSIiAhU2WBuI%2FAAAAAAAAAwE%2FuOUuMaiNcRc%2Fs800%2Fwa-14.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p><strong><a href="https://addons.mozilla.org/zh-CN/firefox/addon/2104" target="_blank">7. CSS Viewer</a></strong></p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2Fxcjjzh%2FSIiAqA43HVI%2FAAAAAAAAAxE%2FzdOHa9IgbMU%2Fs800%2Fwa-06.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>CSS Viewer是个比较简单美观的CSS查看器，没有什么其他的功能，CSS查看的功能虽然不及Firebug和Web Developer，但是这个工具方便得多。如果你只想看看网页上特定元素的CSS属性，安装这个扩展后，在工具菜单里选择CSSViewer这项，就可以用鼠标指向相应的网页元素来看CSS信息了，免得去打开那个Web Developer或者Firebug。</p>
<p><img src="http://www.zhcexo.com/wp-content/plugins/pika/readimg.php?src=http%3A%2F%2Flh4.gouride.com%2Fxcjjzh%2FSIiAqoSdsyI%2FAAAAAAAAAxM%2FlZLDV8R4wm8%2Fs800%2Fwa-05.jpg" alt="七个推荐给WebMaster的Firefox扩展"  title="七个推荐给WebMaster的Firefox扩展" /></p>
<p>最后说一下，安装了很多扩展后，Firefox的启动速度什么的就会很慢，如果不是必须，这些扩展不一定要全部安装的，更何况Firefox里面还要安装别的扩展。我现在就被拖得不行，启动一次Firefox3还要接近一分钟呢……</p>
<h3  class="related_post_title">相关阅读</h3><ul class="related_post"><li><a href="http://www.zhcexo.com/page-firefox-of-linxo-appear-online/" title="本站Firefox页面正式上线">本站Firefox页面正式上线</a></li><li><a href="http://www.zhcexo.com/enable-firefox-4-beta-4-direct-2d/" title="开启Firefox 4 Beta 4的Direct2D加速">开启Firefox 4 Beta 4的Direct2D加速</a></li><li><a href="http://www.zhcexo.com/make-firefox-4-portable/" title="自己动手做个绿色简体中文版Firefox 4.0 beta 1">自己动手做个绿色简体中文版Firefox 4.0 beta 1</a></li><li><a href="http://www.zhcexo.com/add-safari5-reader-to-firefox-chrome/" title="为Firefox和Chrome加上Safari5的阅读器功能">为Firefox和Chrome加上Safari5的阅读器功能</a></li><li><a href="http://www.zhcexo.com/change-firefox-profile-directory/" title="图解修改Firefox的配置路径以备份个人设置">图解修改Firefox的配置路径以备份个人设置</a></li><li><a href="http://www.zhcexo.com/diy-a-chrome-like-start-page-for-firefox/" title="为Firefox做一个静态起始标签页">为Firefox做一个静态起始标签页</a></li><li><a href="http://www.zhcexo.com/game-extensions-for-firefox/" title="FireFox游戏类扩展集合">FireFox游戏类扩展集合</a></li><li><a href="http://www.zhcexo.com/firefox3-rc3-evaluate-and-thoughts/" title="Firefox 3 RC 3抢鲜试用及简单感想">Firefox 3 RC 3抢鲜试用及简单感想</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-evaluate-and-compatibility-solutions/" title="Firefox3 RC2 简体中文版试用感受及常用插件和扩展兼容性解决方案">Firefox3 RC2 简体中文版试用感受及常用插件和扩展兼容性解决方案</a></li><li><a href="http://www.zhcexo.com/firefox3-rc2-simply-evaluate/" title="Firefox 3 RC 2简单试用">Firefox 3 RC 2简单试用</a></li></ul><hr />
<p>© ZH CEXO for <a href="http://www.zhcexo.com">ZH CEXO's BLOG</a>, 2008. |
<a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/">查看原文</a> |
<a href="http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/#comments">8 条评论</a>
<br/>
标签: <a href="http://www.zhcexo.com/tag/firefox/" rel="tag">Firefox</a>, <a href="http://www.zhcexo.com/tag/firefox-extensions/" rel="tag">Firefox扩展</a>, <a href="http://www.zhcexo.com/tag/browser/" rel="tag">浏览器</a><br/>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.zhcexo.com/7-extensions-of-firefox-for-webmaster/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

