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 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
Initial working version
Chromonocle copyright 2014 by Wei Kin Huang.
Logo design by Tim Rogus.
All code released under the MIT License.
Fork me to show support and help fix bugs!