from–https://superuser.com/questions/324287/reference-for-all-about-chrome-address-bar-strings-for-firefox-and-chrome
谷歌浏览器
在Google Chrome浏览器中,它们是以下之一:
about:about
chrome://chrome-urls
该页面将列出所有可能的页面。在Chrome中,about:
通过chrome://
协议处理程序,所有页面在内部均被视为Chrome URL 。因此,它们是等效的。
chrome://accessibility chrome://appcache-internals chrome://apps chrome://blob-internals chrome://bookmarks chrome://cache chrome://chrome chrome://chrome-urls chrome://components chrome://copresence chrome://crashes chrome://credits chrome://device-log chrome://devices chrome://dns chrome://downloads chrome://extensions chrome://flags chrome://flash chrome://gcm-internals chrome://gpu chrome://help chrome://histograms chrome://history chrome://indexeddb-internals chrome://inspect chrome://invalidations chrome://linux-proxy-config chrome://local-state chrome://media-internals chrome://memory chrome://memory-internals chrome://nacl chrome://net-internals chrome://newtab chrome://omnibox chrome://password-manager-internals chrome://plugins chrome://policy chrome://predictors chrome://print chrome://profiler chrome://quota-internals chrome://sandbox chrome://serviceworker-internals chrome://settings chrome://signin-internals chrome://suggestions chrome://sync-internals chrome://system chrome://terms chrome://thumbnails chrome://tracing chrome://translate-internals chrome://user-actions chrome://version chrome://view-http-cache chrome://voicesearch chrome://webrtc-internals chrome://webrtc-logs
以下URL分开了,因为它们会引起“不良”事件的发生:
chrome://badcastcrash chrome://crash chrome://crashdump chrome://kill chrome://hang chrome://shorthang chrome://gpuclean chrome://gpucrash chrome://gpuhang chrome://ppapiflashcrash chrome://ppapiflashhang chrome://quit/ chrome://restart/
上次更新时间:Chrome 46
火狐浏览器
Mozilla Firefox具有相同的元页面:about:about
,但下面还有一个列表:
about:about about:accounts about:addons about:app-manager about:buildconfig about:cache about:config about:crashes about:credits about:customizing about:downloads about:healthreport about:home about:license about:logo about:memory about:mozilla about:networking about:newtab about:performance about:permissions about:plugins about:preferences about:privatebrowsing about:rights about:robots about:serviceworkers about:sessionrestore about:startpage about:support about:sync-log about:sync-progress about:sync-tabs about:telemetry about:webrtc about:welcomeback
上次更新:Firefox 40.0.3 canonical-1.0
只需在chrome浏览器中输入以下内容即可获得完整列表:
chrome://chrome-urls/
我不确定这是否是最详尽的清单,但它会扩展您提供给我们的清单:
about:blank – the empty page about:cache – disk and memory cache information about:net-internals – network information including Proxy, HostResolver, URLRequest, HTTPCache and SocketStream about:crash – the page shown when a tab process crashes about:credits – list of libraries and other code used in Chrome, with links about:hang – this seems to kill a tab for me (I haven’t linked for that reason – use at your own risk) about:memory – memory usage of the various processes about:shorthang – see about:hang above about:terms – Google Chrome Terms of Service about:inducebrowsercrashforrealz – not many lolz here chrome://extensions/ – installed extensions chrome://history/ – your browsing history chrome://newtab – the new tab page chrome://thumb/http://www.google.com/ – thumbnail for a page you’ve visited chrome://favicon/http://www.google.com/ – favicon for a page you’ve visited view-source:http://www.santiagolizardo.com – view the source of a web page
请参阅https://code.google.com/p/chromium/codesearch#chromium/src/chrome/common/url_constants.cc
或http://src.chromium.org/svn/trunk/src/chrome/common/url_constants .cc以获取Chromium chrome://...
URL 的完整列表。