|
估计很多人不知道Chrome地址栏功能,作为一个喜欢用Chrome的开发者,是必须懂的。
用chrome://chrome-urls 指令都可以查看Chrome的所有指令列表(chrome://about指令也可以)
结果如下:
List of Chrome URLs
chrome://about
chrome://accessibility
chrome://appcache-internals
chrome://apps
chrome://blob-internals
chrome://bluetooth-internals
chrome://bookmarks
chrome://cache
chrome://chrome
chrome://chrome-urls
chrome://components
chrome://conflicts
chrome://crashes
chrome://credits
chrome://device-log
chrome://devices
chrome://dino
chrome://discards
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://local-state
chrome://media-engagement
chrome://media-internals
chrome://nacl
chrome://net-export
chrome://net-internals
chrome://network-error
chrome://network-errors
chrome://newtab
chrome://ntp-tiles-internals
chrome://omnibox
chrome://password-manager-internals
chrome://policy
chrome://predictors
chrome://print
chrome://profiler
chrome://quota-internals
chrome://safe-browsing
chrome://serviceworker-internals
chrome://settings
chrome://signin-internals
chrome://site-engagement
chrome://suggestions
chrome://supervised-user-internals
chrome://sync-internals
chrome://system
chrome://taskscheduler-internals
chrome://terms
chrome://thumbnails
chrome://tracing
chrome://translate-internals
chrome://usb-internals
chrome://user-actions
chrome://version
chrome://view-http-cache
chrome://webrtc-internals
chrome://webrtc-logs
For Debug
The following pages are for debugging purposes only. Because they crash or hang the renderer, they're not linked directly; you can type them into the address bar if you need them.
chrome://badcastcrash/
chrome://inducebrowsercrashforrealz/
chrome://crash/
chrome://crashdump/
chrome://kill/
chrome://hang/
chrome://shorthang/
chrome://gpuclean/
chrome://gpucrash/
chrome://gpuhang/
chrome://memory-exhaust/
chrome://ppapiflashcrash/
chrome://ppapiflashhang/
chrome://quit/
chrome://restart/
下面我就针对一些笔记重要的指令介绍一下:
关于Chrome的相关功能 chrome://about/ 和 chrome://chrome-urls/
显示所有 chrome 的相关功能的连接
chrome://accessibility 查看浏览器当前访问的标签
用于查看浏览器当前访问的标签,打开全局访问模式可以查看:各个标签页面的文档系统树。
chrome://appcache-internals/ 对HTML5应用的离线存储进行管理
这个我就不细说了,只有你浏览HTML5网站时才会有显示缓存记录,这时用这个命令就可以对HTML5应用的离线存储进行管理
chrome://apps/ Chrome网上应用商店
使用这个命令就可以快速打开Chrome网上应用商店
chrome://bookmarks Chrome书签管理
跟你点击输入栏的五角星“收藏标签”的效果一下。
chrome://cache/ Chrome缓存
这个命令只能用于查看,却不能进行其它操作。
不过,虽然是查看,却可以带来异样的感觉。比如说点击某个缓存的图片文件它会用16进制的方法显示缓存文件
关于Chrome chrome://chrome/和chrome://help/ 帮助命令
想自动升级Chrome的用它吧。
chrome://components/ 查看相关组件
如果你相看看相关组件是否需要升级,可以使用它哦。
chrome://conflicts/ 查看所有已经载入或者将要载入主要程序中的 dll 模块
chrome://crashes/ 停用启用崩溃报告
如果启用的话将使用情况统计信息和崩溃报告自动发送给 Google
chrome://credits/ 查看第三方软件许可证
除此之外还可以查看某个软件的主页(源码),点击下图所示的show license试试
chrome://devices/ 查看设备,比如链接的打印机
chrome://dns/ 查看DNS记录
DNS记录查看,如果有网络故障记得先来找他,chrome 还会定时更新hosts的DNS
chrome://downloads/ 查看下载文件
查看下载文件的记录。和菜单栏点击查看“下载内容”效果一样
chrome://extensions/ 查看扩展程序
Chrome最强大的地方就在于有各式各样的扩展程序。扩展程序主要是可以提高咱们的工作效率的。
chrome://plugins/ 停用启用相关插件
chrome://history/ 查看访问的历史记录
chrome://flash/ 关于flash插件的详细信息
chrome://gcm-internals/ 消息推送服务
Google Cloud Messaging for Android 是谷歌新推出的云推送消息服务,简称 GCM。该服务可帮助你将数据从服务端发送至应用。
chrome://indexeddb-internals/ 查看 html5的本地存储
列出使用你本地存储的 html5站点,然后你可以“强制清除”它,或者“下载”它
chrome://inspect/ 查看开发工具
这个对于开发人员来说应该最体贴的功能啦,包括设备、检查页面 、扩展、App、共享、服务等选项卡。特别对于调试APP的webview页面(h5嵌套页面)非常方便。
chrome://media-internals/ 查看媒体内部数据
用来调试在线播放的一些数据,比如测试 音频流。
chrome://memory-redirect/ 查看内存信息
查看 chrome 各个 网页标签、插件 消耗的内存
chrome://nacl/
本地客户端 Native Client 环境信息,包括浏览器、操作系统、插件等
chrome://net-internals/ Chrome的抓包工具
内容挺多的,还有查看HSTS的选项卡
chrome://newtab/ 打开新的标签
chrome://omnibox/ 智能地址栏
我只能说这个大强大了,太实用了。你用用就知道它的厉害了
chrome://predictors/ URl输入命中率
结合 omnibox 一起使用看看的智能程序。
chrome://policy/ 编辑策略
chrome://print/ 调用打印机
chrome://profiler/ 分析器
chrome://serviceworker-internals/ 调试服务
chrome://quota-internals/ 显示磁盘详细可用空间以及各个网站的使用配额
chrome://signin-internals/ 内部标签
包括基础信息、上一次更新、登陆令牌、账户
chrome://sync-internals/ 各种同步记录
chrome://system/ 系统诊断数据
chrome://terms/ 查看Chrome服务条款
chrome://thumbnails/ 近期浏览的网站的首页快照
chrome://translate-internals/ 内部翻译器
chrome://user-actions/ 监听用户行为
监听用户行为,比如你的鼠标点击事件,访问url事件都会被记录下来。
chrome://settings/ 设置
和点击菜单栏设置的效果一样
————————————————
原文链接:https://blog.csdn.net/LY_Dengle/article/details/78543770
|
|