浏览器
最后更新于:2022-04-01 10:31:45
## 浏览工具
**JS 浏览工具:**
* [URI.js](http://medialize.github.io/URI.js/)
* [platform.js](https://github.com/bestiejs/platform.js)
* [history.js](https://github.com/browserstate/history.js)
* [html2canvas](https://github.com/niklasvh/html2canvas)
**参考工具(查看浏览器是否支持某特性)**
* [caniuse.com](http://caniuse.com/)
* [HTML5 Please](http://html5please.com/)
* [HTML5 test](https://html5test.com/)
* [Browserscope](http://www.browserscope.org/)
* [webbrowsercompatibility.com](http://www.webbrowsercompatibility.com/)
* [iwanttouse.com/](http://www.iwanttouse.com/)
* [Platform status](https://dev.modern.ie/platform/status/)
* [Browser support for broken/missing images](http://codepen.io/bartveneman/full/qzCte/)
* [Big JS-Compatibility-Table](http://compatibility.shwups-cms.ch/en/home)
* [jscc.info](http://jscc.info/)
**浏览器开发/调试工具:**
* [Opera Dragonfly](http://www.opera.com/dragonfly/)
* [Safari Web Inspector](https://developer.apple.com/safari/tools/)
* [Firefox Developer Tools](https://developer.mozilla.org/en-US/docs/Tools)
* [Chrome Developer Tools (aka DevTools)](https://developers.google.com/web/tools/?hl=en)
* [Per-Panel Documentation](https://developers.google.com/web/tools/chrome-devtools/#docs)
* [Command Line API Reference](https://developers.google.com/web/tools/javascript/command-line/command-line-reference?hl=en)
* [Keyboard & UI Shortcuts Reference](https://developers.google.com/web/tools/iterate/inspect-styles/shortcuts)
* [Settings](https://developer.chrome.com/devtools/docs/settings)
* [IE Developer tools (aka F12 tools)](https://dev.modern.ie/platform/documentation/f12-devtools-guide/)
* [vorlon.js](http://vorlonjs.com/)
**同步浏览工具:**
* [Browsersync](http://www.browsersync.io/)
**浏览器编码工具(判断用户的浏览器是否支持某特性):**
* [Modernizr](https://modernizr.com/)
* [ES Feature Tests](https://featuretests.io/)
**浏览器的各种 polyfills/shims:**
* [webcomponents.js](https://github.com/WebComponents/webcomponentsjs)
* [webshim](https://afarkas.github.io/webshim/demos/)
* [HTML5 Cross Browser Polyfills](https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-browser-Polyfills)
* [console-polyfill](https://github.com/paulmillr/console-polyfill)
* [socket.io](http://socket.io/)
* [sockjs](https://github.com/sockjs/sockjs-client)
**浏览器承载测试/自动化:**
* [browserstack](https://www.browserstack.com/) [$]
* [browserling](https://www.browserling.com/) [$]
* [Sauce labs](https://saucelabs.com/) [$]
* [Selenium](http://www.seleniumhq.org/)
* [CrossBrowserTesting.com](http://crossbrowsertesting.com/) [$]
**无壳浏览器:**
* [PhantomJS](http://phantomjs.org/)
* [slimerjs](http://slimerjs.org/)
* [TrifleJS](http://triflejs.org/)
**无壳浏览器的自动化工具:**
* [nightwatchjs](http://nightwatchjs.org/)
* [casperJS](http://casperjs.org/)
* [Nightmare](https://github.com/segmentio/nightmare)
**浏览器 hacks:**
* [browserhacks.com](http://browserhacks.com/)