zoukankan      html  css  js  c++  java
  • 16条很有用的Chrome浏览器命令

    1. chrome://downloads 等同于从菜单中查看下载内容,其快捷键是Ctrl+J
    2. chrome://extensions 等同于菜单-工具-扩展
    3. chrome://plugins 显示已安装插件 
    4. chrome://bookmarks 等同于菜单-书签-书签管理器,快捷键Ctrl+Shift+O
    5. chrome://history 等同于从菜单-历史直接访问,快捷键 Ctrl+H
    6. chrome://restart 重启chrome浏览器
    7. chrome://apps 打开chrome网上应用商店
    8. chrome://flags 可用来启用或者关闭某些chrome的体验特性
    9. chrome://dns 显示浏览器预抓取的主机名列表,让你随时了解DNS状态
    10. chrome://memory 重定向到chrome://memory-redirect/,显示系统运行中的浏览器内存使用情况,以及浏览器中进程的详细信息。
    11. chrome://net-internals 显示网络相关信息,用来捕获浏览器生成的网络事件,可导出数据,可查看DNS主机解析缓存。
         (1). 在Tests选项卡下输入网址,并点击开始测试,Chrome 将报告具体的问题所在。
         (2). 在HSTS选项卡下的Domain中输入www.google.com(或 www.google.com.hk),然后点击Add按钮,设置总是通过HTTPS来访问Google。
    13. chrome://quota-internals 用来显示浏览器所使用磁盘空间配额的情况。
    14. chrome://sessions 该命令用来显示当前运行的浏览器的会话信息数以及详细列表
    15. chrome://settings 该命令可通过菜单-选项直接访问,可用来控制浏览器各项设置值
    16. chrome://sync-internals 用来显示 chrome 的同步状态
    17. chrome://about/ 查看 chrome 所有的命令
    
    
  • 相关阅读:
    LeetCode 461. Hamming Distance
    LeetCode 442. Find All Duplicates in an Array
    LeetCode 448. Find All Numbers Disappeared in an Array
    LeetCode Find the Difference
    LeetCode 415. Add Strings
    LeetCode 445. Add Two Numbers II
    LeetCode 438. Find All Anagrams in a String
    LeetCode 463. Island Perimeter
    LeetCode 362. Design Hit Counter
    LeetCode 359. Logger Rate Limiter
  • 原文地址:https://www.cnblogs.com/haojile/p/12433884.html
Copyright © 2011-2022 走看看