1. 快捷键:

    1. 打开新的隐藏窗口:
      1. Windows:
        Control + Shift + N
      2. Mac:
        Command + Shift + N
    2. 强制刷新:
      1. Windows:
        Control + Shift + R
      2. Mac:
        Command + Shift + R
    3. 关闭当前页面:
      1. Windows:
        Control + W
      2. Mac:
        Command + W
    4. 打开开发者工具:
      1. Windows:
        Control + Shift + I
      2. Mac:
        Command + Option + I
    5. 查看网页源代码:
      1. Windows:
        Control + U
      2. Mac:
        Command + Option + U
    6. 在新标签页中打开链接:
      1. Windows:
        Control + 鼠标左键
      2. Mac:
        Command + 鼠标左键
  2. 清除 dns缓存:

     # 输入地址
     chrome://net-internals/#dns
     # 点击按钮
     1. DNS --> Clear host cache
     2. Sockets --> Flush socket pools
  3. 常用扩展插件:

    # 前端助手
    FeHelper
    # Github 查看树形图
    Octotree
    # 编码转换
    charset
  4. 强制访问不安全链接
    thisisunsafe

文档更新时间: 2024-04-19 15:11   作者:lee