8月 082009
 

There are a few special URLs, which begin with about:, that you can type into the Location Bar. (In Thunderbird, which has no Location Bar, or in SeaMonkey, you can also use them as "Mail Start Page".)

        

  • about: — The same page as "Help -> About".
  •     

  • about:about — Lists all these about: URLs (Mozilla Suite/SeaMonkey only).
  •     

  • about:blank — A blank page. Useful for setting as your homepage.
  •     

  • about:bloat — Displays BloatView output (disabled in release builds).    
              

    • about:bloat?new
    •         

    • about:bloat?clear
    •     

        

  •     

  • about:buildconfig — Reveals details about your Mozilla build options.
  •     

  • about:cache — Displays cache statistics and disk cache directory location.    
              

    • about:cache?device=memory — Lists memory cache entries.
    •         

    • about:cache?device=disk — Lists disk cache entries.
    •     

        

  •     

  • about:cache-entry — Shows information about a cache entry. Used in about:cache links. Requires parameters.
  •     

  • about:config — GUI for modifying user preferences.
  •     

  • about:crashes — List of Breakpad crash reports, with links and datestamps. Only in products based on Gecko 1.9 or later (Firefox 3, Thunderbird 3, SeaMonkey 2).
  •     

  • about:credits — The list of contributors to the Mozilla projects.
  •     

  • about:logo — Displays the application logo (Mozilla Suite, SeaMonkey, and Firefox 3).
  •     

  • about:kitchensink — Was never included in Mozilla for the reasons listed in Bug 122411 ("Mozilla does not have a kitchen sink"). You can install an extension that adds it though 🙂
  •     

  • about:license — shows the Mozilla Public License and the Netscape Public License for the piece of software. ( Only in products based on Gecko 1.8 or later)
  •     

  • about:mozilla — The famous Book of Mozilla.
  •     

  • about:plugins — Lists all your plugins as well as other useful information.
  •     

  • about:robots — Easter egg, see bug 417302. Beginning with March 8th, 2008 trunk builds, it’s now available on Firefox 3.0b5..

[edit]

Extensions

Certain extensions add a few additional about: URLs.

        

  • Firesomething adds two excerpts from The Book of Mozilla, Extended edition (about:firefox and about:firesomething).
  •     

  • InfoLister adds about:info, a listing of your extensions, themes, and plugins.
  •     

  • about:kitchensink extension
  •     

  • MR Tech’s About:About

[edit]

External Links

        

  • Place in Mozilla’s code where these are listed

什么是about:config¤
about: config是Firefox的设置页面,Firefox提供了不少高级设置选项在这里以便让你可以更加详细地控制Firefox的运行方式。官方不推荐 用户手工修改about:config的设置。所以,如果你对于你想修改的内容不是非常确定的话,请不要去改变它。)
打开Firefox中 about:config设置的方法是在Firefox地址栏输入about:config,然后回车。这份列表包括了尽可能多的 Mozilla 参数。虽然它并不完整,但它可以说是目前互联网上最全面的一份参数说明了。此列表适用于 Mozilla Suite, Mozilla Firebird, Mozilla Thunderbird或其派生的产品及相关扩展。如果没有找到您需要的参数,您还可以到MozillaZine站的英文版About:config entries (http://kb.mozillazine.org/About:config_Entries)中寻找。
注意:所有使用到 FOO 或者 BAR 的地方都是通配符。使用数字或文本替换它(具体用什么取决于上下文环境),Mozilla 将只列出匹配此模式的选项。
about:config 中的条目非常多,我们把它按照字母顺序分割为若干小块。比如,凡是以字母 a 开头的项均列入到A页中,以此类推。
目前,about:config 说明还不完善,期待你的翻译和改进。

¤正文介绍¤

1、accessibilityNavigation aids and useability * 浏览辅助工具

1、 accessibility.accesskeycausesactivation * 是否允许通过accesskey属性来激活相应的事件(默认值true),比如网页中一个设置了accesskey属性为“k”的按钮(button), 可以通过Alt+k来产生一个点击(click事件)。

2、accessibility.browsewithcaret * 用光标来浏览网页(可通过F7开关)

3、accessibility.disablecache * 不使用cache

4、accessibility.disableenumvariant * [有待测试]

5、accessibility.tabfocus * 设定可以通过按TAB键来依次获得哪些页面元素的焦点
1 : Text field form controls only * 仅表单中的文本输入框
2 : All form controls except text fields * 除了文本输入框外的其它表单输入控件
3 : All form controls * 表单中的所有输入控件
4 : Hyperlinks and hyperlinked images * 超级链接和超级链接图片
7 : All form controls and hyperlinks * 表单中所有的输入控件和超级链接

6、accessibility.typeaheadfind * 打开\"type-ahead find\"(现在叫\"Find as you type\")功能,
如名字所说,敲入几个字母,将快速定位到第一个包含这些字母的链接上。
或许可以翻译成\"即敲即找\"。

7、accessibility.typeaheadfind.autostart * 快速启动type-ahead find功能而无须按/键(寻找文本)或者’键(寻找链接)。

8、accessibility.typeaheadfind.enablesound * 允许在type-ahead find找不到时发出报错声(Linux/Unix下默认关闭,其他平台默认打开)

9、accessibility.typeaheadfind.enabletimeout * 从键名上来看,这段英文估计也是错误的……应该是允许超时之类

10、accessibility.typeaheadfind.linksonly * 只允许type-ahead find定位链接

11、accessibility.typeaheadfind.soundURL * 给出报错声音的文件名(.wav), * default:默认声音 * beep:系统蜂鸣声

12、 accessibility.typeaheadfind.startlinksonly * 限制type-ahead find只从链接开头搜索而不是从任何地方开始,*(比如输入kmc将定位到链接文字为\"kmc is a boy\"的链接,但是不会定位到\"All boys are not kmc!\"上面)

13、accessibility.typeaheadfind.timeout * 在type-ahead find自动失效之前的超时时间

14、accessibility.usebrailledisplay * 填入在Mozilla中用的盲文输出程序的命令行启动命令(没有时填blank)

15、accessibility.usetexttospeech * 通过键入命令行在Mozilla中启动读屏软件

16、accessibility.warn_on_browsewithcaret * 当用用光标来浏览网页是否给出提示(参见accessibility.browsewithcaret)

17、adblock.enable * 广告屏蔽开启

18、adblock.fastcollapse *

19、adblock.frameobjects *

20、adblock.hide* 广告隐藏

21、adblock.linkcheck *

22、adblock.pageblock *

23、adblock.patterns *

24、addressbook.throbber * 地址簿throbber的设置

25、addressbook.throbber.url * 点击throbber转向的链接地址

26、advanced.always_load_images * 访问页面是总是载入所有图片

27、advanced.mailftp * 对匿名ftp,发送用户的邮件地址作为密码(类似于FlashFxp里面的设置)

28、advanced.system.supportDDEExec * 支持执行DDE命令行

29、alerts.height * 字面意思应该是提示框的高度,实际修改后未见效果

30、alerts.slideIncrement * \"滑出\"提示效果(类似于气泡提示)的步进值(单位:象素)

31、alerts.slideIncrementTime * \"滑出\"动画效果的间隔时间,数字越小滑动速度越快(单位:毫秒)

32、alerts.totalOpenTime * 设定提示的持续时间(单位:毫秒)

33、alexarankstatuspref.state *

34、app.build_id

35、app.extensions.version * 安装扩展时向扩展报告的Firefox版本号

36、app.id

37、app.update.autoUpdateEnable

38、app.update.enable

39、app.update.interval

40、app.update.lastupdatedate * 记录最后一次更新的时间

41、app.update.performed

42、app.update.updatesAvailable

43、app.update.url

44、app.version

45、application.use_ns_plugin_finder* 寻找Netscape浏览器的插件

46、autoadmin.append_emailaddr * 自动添加收到的e-mail的地址到地址簿

47、autoadmin.failover_to_cached * 如果不能访问页面,自动加载缓存的页面来替代

48、autoadmin.global_config_url

49、autoadmin.offline_failover * 如果不能在线浏览,自动切换到离线浏览方式

50、autoadmin.refresh_interval * 加载autoadmin.global_config_url指定的配置文件的时间间隔,以分钟计

51、autocomplete.grab_during_popup * (仅适用于 X11)指定自动完成弹出控制是否应该获取键盘输入。* 默认值为 true。 本首选项可设置为 false,以规避一个 XKB 不能正确设置模式切换的 bug。

52、autocomplete.ungrab_during_mode_switch * (仅适用于 X11)本选项是 autocomplete.grab_during_popup 的补充。
*若两个首选项都为 true,在自动完成会话期间,模式切换键被按下/弹起时,应用程序放弃/获取键盘输入。
* 若两个首选项中任何一个为 false,则在自动完成会话期间,应用程序不会放弃已获取的键盘输入。
* 默认值为 true。

53、autoupdate.enabled * 允许自动更新

54、backups.number_of_prefs_copies * 根据配置文件生成的拷贝份数()

55、bidi.characterset * 浏览器怎样决定使用的字符集
* 1 : 文档指定的字符集
* 2 : 默认字符集

56、bidi.clipboardtextmode * 使用的剪贴板类型
* 1 : Logical
* 2 : Visual
* 3 : Source
57、bidi.controlstextmode
* 1 : Logical
* 2 : Visual
* 3 : Container
58、bidi.direction * 选择文字阅读顺序
* 1 : Left-to-right * 从左到右
* 2 : Right-to-left * 从右到左
59、bidi.numeral* 怎样显示数字
* 1 : 规则的上下文数字
* 2 : 印地语上下文数字
* 3 : 阿拉伯数字
* 4 : 印地语数字(天城体字母)
60、bidi.support* 选择双向语言支持的提供者
* 1 : Mozilla浏览器
* 2 : 操作系统
* 3 : 禁用
61、bidi.texttype * 1 : Charset * 2 : Logical * 3 : Visual

62、browser.active_color * 激活链接的颜色 * 默认的链接颜色(#RRGGBB)

63、browser.anchor_color *

64、browser.allowpopups * 允许未请求的弹出窗口

65、browser.always_reuse_window * 当 OS 请求打开一个 URL 时,总是重用已经存在的 Mozilla 窗口。

66、browser.blink_allowed * 允许使用<blink>标签

67、browser.block * 浏览器拦截功能设置

68、browser.block.target_new_window * 阻止链接打开新窗口

69、browser.bookmarks * 浏览器收藏夹

70、browser.bookmarks.added_static_root * Mozilla是否导入了系统收藏夹(对每个用户配置只询问一次)

71、browser.bookmarks.confirm_sorting * 激活对收藏夹排序时的确认询问对话框

72、browser.bookmarks.import_system_favourites * 是否导入系统收藏夹(一般是IE收藏夹)到Mozilla

73、browser.cache * 浏览器缓存

74、browser.cache.check_doc_frequency * 设定检查是否需要更新缓存文档的频率
* 0 : Once per session * 每个进程一次 每次启动Firefox时检查
* 1 : Each time * 每次访问此页时检查
* 2 : Never * 不检查
* 3 : When appropriate/automatically * 自动
75、browser.cache.disk * 浏览器磁盘缓存

76、Browser disk cache settings * 浏览器磁盘缓存设置

77、browser.cache.disk.capacity * 磁盘缓存大小(单位: KB)

78、browser.cache.disk.enable * 是否使用磁盘缓存

79、browser.cache.disk.parent_directory * 存放缓存文件的路径

80、browser.cache.disk_cache_ssl * 是否通过HTTPS/SSL(数据加密)方式来获得缓存文档

80、browser.cache.enable * 允许缓存从浏览器获取的文档()估计是pdf, doc之列

81、browser.cache.memory * 浏览器内存缓存

82、Browser memory cache settings *浏览器内存缓存设置

83、browser.cache.memory.capacity * 内存缓存大小(单位:KB)

84、browser.cache.memory.enable * 是否使用内存缓存

85、browser.chrome.favicons * 是否在地址栏显示网站的个性化图标

86、browser.chrome.site_icons * 是否在收藏夹显示网站的个性化图标

87、browser.chrome.toolbar_tips * 是否在指向浏览器工具栏图标时显示提示

88、browser.chrome.toolbar_style * 设定浏览器工具栏风格
* 0 : Pictures Only * 仅图片
* 1 : Text Only * 仅文字

 Posted by at 上午 10:02

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">

(required)

(required)

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据