IT技术博客大学习 共学习 共进步

标签:插件

共 23 篇相关文章

IT 累计浏览 4,226

15个网站设计和开发的Chrome插件

1.Speed Tracer Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer 是一款功能强大的性能分析插件,可以让用户深入的了解 Web 应用的运行情况,找出自己的 Web 应用运行缓慢的原因。 2.Eye Dropper Eye Dropper...

IT 累计浏览 6,024

vim的一个js代码整理的插件jsbeautify.vim

今天无意中发现这样一款插件,众所周知,js在正式上线的时候一般都会经过压缩来减少容量,而一旦你拿到的是这样一个经过压缩的js代码,估计看的头都大了,而这款插件,可以很简单的将j...