1、debugger-for-chrome

{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "chrome",
            "request": "launch",
            "name": "Launch Chrome against localhost",
            "url": "http://localhost:8088",
            "webRoot": "${workspaceRoot}"
        },
        {
            "type": "chrome",
            "request": "attach",
            "name": "Attach to Chrome",
            "port": 9222,
            "webRoot": "${workspaceRoot}"
        }
    ]
}

2、angular-support

3、HTTP Headers(qqbrowser)

4、FE助手(qqbrowser)

5、JS-CSS-HTML-formatter

 

相关文章:

  • 2021-05-01
  • 2021-11-30
  • 2021-11-09
  • 2021-10-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
猜你喜欢
  • 2021-12-10
相关资源
相似解决方案