当前位置:首页 > 编程开发

Firefox about: pages

webgou14年前 (2012-06-09)编程开发93

Special pages available in firefox :

  • about: A simple prompt without any parameter will display the Mozilla “about” information.
  • about:logo Displays firefox logo.
  • about:licence Informaion regarding licencing, Mozilla Public licence, Source code licence
  • about:buildconfig It shows the build platform configuration and parameters.
  • about:blank — A blank page. Useful for setting as your homepage.
  • about:cache Displays info and statistics regarding memory cache device and disk cache device including the number of enteries, name of your cache’s directory and a list of the entries you can find there. From there ou can view cached webpages and images.
  • about:config It provied you an nice interface to tweak firefox settings. It allows you to modify firefox preferences. Read About:config entries to more about it. These entries are stored in pref.js folder in your profile.
  • about:plugins provides information regarding installed plugins (plugins help your browser perform specific functions like viewing special graphic formats or playing multimedia files.) like flash, quicktime, realplayer, adobe reader and java plugin
  • about:credits This is an alphabetically sorted list of all the people that gave their contribution to the development of Firefox.
  • about:Mozilla from Book of Mozilla, 7:15

来源:http://www.aburad.com/blog/2007/01/firefox-about-pages.html

扫描二维码推送至手机访问。

版权声明:本文由知了博客发布,如需转载请注明出处。

本文链接:https://www.webgou.info/?id=510

标签: firefox
分享给朋友:

“Firefox about: pages” 的相关文章

VS2005调试断点不起作用的解决方法

VS2005调试断点不起作用的解决方法 …

Java Dom解析XML

˂1、XML文件persons.xml内容如下:<?xml version="1.0" encoding="UTF-8"?><persons>  <person><name>jak</name&g…

CentOS7编译安装git并配置使用github

 一、编译安装gitCentOS7默认安装的git版本为1.8.3.1,而git官方的版本已经到2.2.0了,所以选择下载源码编译安装git...…

Unity中Shader LOD控制

 文章来自https://zhuanlan.zhihu.com/p/21316674 ...…

理解EnterCriticalSection 临界区

保证只有一个线程访问一段代码…

Android文件系统深入剖析

用过Linux的朋友可能对开源的系统有一个非常好的印象。那么在日益成熟的手机操作系统中,有没有一款像Linux一样的开源系统呢?谷歌公司就退出了一款基于Linux平台的Android 操作系统来满足人们的需求。在这里大家可以先来了解一下Android文件系统的相关内容。1、Android文件系统的结…

发表评论

访客

看不清,换一张

◎欢迎参与讨论,请在这里发表您的看法和观点。