Firefox和Chrome浏览器的所有“关于” /“ chrome”地址栏字符串的参考


12

那里有关于可以在Google Chrome和Firefox上键入的所有魔术字符串的参考吗?

例如,我忘记了如何在Chrome Beta中创建/显示配置文件。后来我发现是about:flags。如果我要筛选代码或翻阅文档,我相信可以找到更多的魔术字符串。

但这里的任何参考将不胜感激。


让我用Google帮您:“ Chrome网址的完整列表 ”。
Fred Foo

Answers:


23

谷歌浏览器

在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


3

只需在chrome浏览器中输入以下内容即可获得完整列表:

chrome://chrome-urls/

0

我不确定这是否是最详尽的清单,但它会扩展您提供给我们的清单:

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

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.