Chrome浏览器安装
配置Chrome跨域
Chrome 浏览器配置可以跨域
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security
或者
open -a "Google Chrome" --args --disable-web-security
必须完全退出Chrome,再使用上述方法.
清除Chrome dns 缓存
chrome://net-internals/#sockets
chrome://net-internals/#dns
有用的 chrome 插件
去广告
Adblock Plus (ABP)
前端开发相关
FE 助手
EditThisCookie https://chrome.google.com/webstore/detail/editthiscookie/fngmhnnpilhplaeedifhccceomclgfbg
开启Chrome Ajax 跨域 https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi
替换http响应 https://github.com/annnhan/ReRes https://chrome.google.com/webstore/detail/reres/gieocpkbblidnocefjakldecahgeeica?hl=zh-CN&gl=CN
自带截图
首先当然是打开你想截图的网页了,然后按下 F12(macOS 是 option + command + i)调出开发者工具,接着按「Ctrl + Shift + P」(macOS 是 command + Shift + P)。紧接着输入指令 capture,它会提示有三个选项,分别是截取全屏、node 模式以及当前范围,用鼠标点击或者用键盘选择对应的就可以了。
而如果你想截取手机版的网页,可以先按「Ctrl + Shift + M」(macOS 是 command + Shift + M)切换到手机模式,再重复上面的截图操作即可。
网络日志捕获
这里说的不是开发者工具, 而是另外一个全局的网络 chrome://net-export/