Skip to content

trogus/chrome-xhr-inspector

 
 

Repository files navigation

Chrome XHR Inspector

Chrome XHR Inspector adds expandable areas for XHR requests much like that in Firebug's console view. Skips a panel change where XHR request details can be seen inline in the Chrome console

Chrome XHR Inspector

Building the Source

Chrome XHR Inspector uses the grunt build system.

# Install grunt.
$ npm install -g grunt-cli bower

# Clone the git repo.

# Install node modules.
$ npm install
$ bower update

# Run grunt.
$ grunt

To test on Chrome during development:

# Navigate to chrome://extensions
# Check "Developer Mode" in upper right corner
# Click "Load unpacked extension..."
# Navigate to the src directory

# When changes are made, Click "Reload (Ctrl+R)" on this extension
# (Or use the "Extensions Reloader" extension)
# Then close and repoen the Developer Tools

Changelog

v0.0.1

Initial working version

References

About

Chrome XHR Inspector copyright 2014 by Wei Kin Huang.

Build Tools: Grunt, JsHint,

All code released under the MIT License.

Fork me to show support and help fix bugs!

About

Adds Firebug-like XHR console view details to Chrome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Perl 0.2%