前端开发工具套装

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

 

posted @ 2017-04-19 10:13  kedarui  阅读(197)  评论(0编辑  收藏  举报