Skip to content

Google Chrome's Developer Tools are great - but they were missing something. Install this extension (or find it on the Chrome Extensions Store) to see FirePHP messages in your console!

License

Notifications You must be signed in to change notification settings

DamianZ/FirePHP4Chrome

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FirePHP4Chrome - FirePHP Extension for Google Chrome

The Developer Tools for Google Chrome are pretty great - but something was missing: FirePHP. Now, instead of shifting back and forth between Firefox and Chrome for FirePHP messages, you can stay in one place.

I was inspired by a lot of previous extensions that all were out of date. This even includes Google's own sample extension! This extension is all fresh code using the most recent Google APIs - and doesn't require experimental mode to be activated!

One last thing: you should know that the formatting options for Google Chrome Developer Tool's Console are still in development. I've done my best to format information nicely, but it's not perfect. Please don't expect an exact copy of FirePHP from Firefox.

Changelog

0.8

Adding in table label - using info() if label is sent because console.table() does not support label.

0.7

Support for planned header size limit in FirePHP (to handle the Chrome issue of too large headers - with hopes it comes out and magically works.)

0.6

Support for console.table() (in canary or better - still backwards compatible for older versions). (Thanks https://github.com/niutech for the heads up)

0.5

Support for mixed case header names (from pull request).

0.4

Fixed bugs regarding random orders. Validated information on FirePHP limitations. Added user agent modification to deal with old frameworks.

0.3

Added multi-header messages (Thanks https://github.com/kuebk for the suggestions and the permission to refactor)

0.2

Added support for dump, trace, exception, groups Some code refactoring - smaller footprint when code is inserted directly to the page

About

Google Chrome's Developer Tools are great - but they were missing something. Install this extension (or find it on the Chrome Extensions Store) to see FirePHP messages in your console!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.2%
  • PHP 30.8%