<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>评论：Chrome twitter插件推荐 &#8211; Metrist</title>
	<atom:link href="http://www.nextre.me/index.php/archives/705/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nextre.me/index.php/archives/705</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 23:32:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：stan</title>
		<link>http://www.nextre.me/index.php/archives/705/comment-page-1#comment-2921</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Thu, 03 Jun 2010 06:05:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.621s.com/?p=705#comment-2921</guid>
		<description>是的，我现在也用Chrowety了，Metrist有些不思进取。呵呵！</description>
		<content:encoded><![CDATA[<p>是的，我现在也用Chrowety了，Metrist有些不思进取。呵呵！</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：coldplains</title>
		<link>http://www.nextre.me/index.php/archives/705/comment-page-1#comment-2920</link>
		<dc:creator>coldplains</dc:creator>
		<pubDate>Wed, 26 May 2010 05:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.621s.com/?p=705#comment-2920</guid>
		<description>最大的不方便是不能像Chrowety一样另开一个窗口使用~~~私信什么的也没有单独列出来，我还是换回Chrowety了~~~</description>
		<content:encoded><![CDATA[<p>最大的不方便是不能像Chrowety一样另开一个窗口使用~~~私信什么的也没有单独列出来，我还是换回Chrowety了~~~</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：stan</title>
		<link>http://www.nextre.me/index.php/archives/705/comment-page-1#comment-2591</link>
		<dc:creator>stan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 16:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.621s.com/?p=705#comment-2591</guid>
		<description>多谢指教~ 很棒～</description>
		<content:encoded><![CDATA[<p>多谢指教~ 很棒～</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：山间凉水</title>
		<link>http://www.nextre.me/index.php/archives/705/comment-page-1#comment-2540</link>
		<dc:creator>山间凉水</dc:creator>
		<pubDate>Thu, 21 Jan 2010 09:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.621s.com/?p=705#comment-2540</guid>
		<description>中文界面也可以显示小于12px的，在chrome加最小字符代码即可。

谷歌浏览器Chrome显示小于12px字符的方法：

在谷歌浏览器的preferences文件中加入下面两行代码。

路径：“Documents and Settings\ 你的用户名 \Local Settings\ Application Data \Google\ Chrome\ User Data \Default\”

中用记事本打开Preferences文件。在”webkit”的”webprefs”里面加多这两行：
“minimum_font_size”: 8,
“minimum_logical_font_siz”: 12,

第一行：最小字体大小。
第二行：最小逻辑字体大小。这个逻辑字号我也太明白，是否就是显示逻辑符号的大小，我没有具体测验过。有兴趣的可以测试一下。（在webkit中有这样的一句“The minimum logical font size used to display text”用于显示文本的最小逻辑字体大小）

当然你可以把最小的8改为6，那就可以显示6像素的字体了。不过相信6像素的字已经看不清楚了。

修改后我的为：
“webkit”: {
“webprefs”: {
“default_fixed_font_size”: 13,
“default_font_size”: 16,
“fixed_font_family”: “\u65B0\u5B8B\u4F53″,
“inspector_settings”: “lastActivePanel:string:elements\n”,
“minimum_font_size”: 8,
“minimum_logical_font_siz”: 12,
“sansserif_font_family”: “Simsun”,
“serif_font_family”: “Simsun”
}
}</description>
		<content:encoded><![CDATA[<p>中文界面也可以显示小于12px的，在chrome加最小字符代码即可。</p>
<p>谷歌浏览器Chrome显示小于12px字符的方法：</p>
<p>在谷歌浏览器的preferences文件中加入下面两行代码。</p>
<p>路径：“Documents and Settings\ 你的用户名 \Local Settings\ Application Data \Google\ Chrome\ User Data \Default\”</p>
<p>中用记事本打开Preferences文件。在”webkit”的”webprefs”里面加多这两行：<br />
“minimum_font_size”: 8,<br />
“minimum_logical_font_siz”: 12,</p>
<p>第一行：最小字体大小。<br />
第二行：最小逻辑字体大小。这个逻辑字号我也太明白，是否就是显示逻辑符号的大小，我没有具体测验过。有兴趣的可以测试一下。（在webkit中有这样的一句“The minimum logical font size used to display text”用于显示文本的最小逻辑字体大小）</p>
<p>当然你可以把最小的8改为6，那就可以显示6像素的字体了。不过相信6像素的字已经看不清楚了。</p>
<p>修改后我的为：<br />
“webkit”: {<br />
“webprefs”: {<br />
“default_fixed_font_size”: 13,<br />
“default_font_size”: 16,<br />
“fixed_font_family”: “\u65B0\u5B8B\u4F53″,<br />
“inspector_settings”: “lastActivePanel:string:elements\n”,<br />
“minimum_font_size”: 8,<br />
“minimum_logical_font_siz”: 12,<br />
“sansserif_font_family”: “Simsun”,<br />
“serif_font_family”: “Simsun”<br />
}<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
