Skip to content

weikinhuang/Chromonocle

Repository files navigation

Chromonocle is an easy-to-use XHR (ajax) request inspector designed specifically for Chrome. It seamlessly brings the convenient XHR request inspecting functionality found in Firebug to the Chrome console. Chromonocle allows developers to see all the important info about ajax requests without ever leaving the console tab.

Chromonocle

Building the Source

Chromonocle 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

Chromonocle copyright 2014 by Wei Kin Huang.

Logo design by Tim Rogus.

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