1ms Faster
Home
  • Program

    • Lean in C++
  • Perfromance Engineering

    • [>>>>>]
  • Reading Note

    • [>>>>>]
  • ComputeArch

    • [_]
  • Compiler

    • [_]
  • System

    • [_]
Authoring
  • Categories
  • Tags
GitHub (opens new window)

Quincy Jet

We are.
Home
  • Program

    • Lean in C++
  • Perfromance Engineering

    • [>>>>>]
  • Reading Note

    • [>>>>>]
  • ComputeArch

    • [_]
  • Compiler

    • [_]
  • System

    • [_]
Authoring
  • Categories
  • Tags
GitHub (opens new window)
  • Lean in c++

  • Performance Engineering

  • Misc

    • Chrome 非常规操作
      • VsCode 常用插件
    • Reading Notes

    • Wiki
    • Misc
    Quincy Jet
    2022-06-27
    Content

    Chrome 非常规操作

    # 长页面截图

    1.打开F12
    2.按Ctrl + Shift + P
    3.输入full size screenshot
    4.回车
    5.保存截图
    
    1
    2
    3
    4
    5

    # 常用插件

    Vue.js devtools
    WEB前端助手(FeHelper)
    React Developer Tools
    Adblock Plus
    ColorPick Eyedropper
    Page Ruler
    Imagus(页面放大图片查看)
    project-naptha(图片提取文字)
    Octotree(在线资源管理器的方式阅读GitHub仓库的代码)

    # 调试动画

    1.打开F12
    2.找Animations选项卡
    3.若没有,则点击右上角三点 -> More Tools -> Animations
    
    1
    2
    3

    # 编辑页面上的任意文本

    1.打开F12
    2.在控制台输入 document.body.contentEditable="true" 或 document.designMode = 'on'
    3.实现对网页的编辑
    
    1
    2
    3
    Last updated: 2023/06/18, 16:23:56
    Comming soon
    VsCode 常用插件

    ← Comming soon VsCode 常用插件→

    Copyright © 2017-2023 Quincy Jet | MIT License
    • Auto
    • Light
    • Dark
    • Read