miefikpgahefdbcgoiicnmpbeeomffld
Profile your applications from your browser. Blackfire helps you monitor your web applications performance, visualise and understand the hot spots, directly during development as well as on production servers with a very low overhead. The web browser companion makes it easy to profile any page within the browser.
Tideways Profiler
This extension allows to trigger PHP callgraph profiling using Tideways. The Tideways Profiler provides function-level insights into your PHP applications. With the Chrome Extension it is possible to trigger the collection of traces for development and production servers that are connected with the Profiler. To use the extension you need an account for Tideways. You can register on https://tideways.com
Google Analytics Debugger
Prints useful information to the JavaScript console by enabling the debug version of the Google Analytics Javascript. This extension loads the debug version of the Google Analytics Javascript for all sites you browse using Google Chrome. It prints useful information to the Javascript console. These messages include error messages and warnings which can tell you when your analytics tracking code is set up incorrectly. In addition, it provides a detailed breakdown of each tracking beacon sent to Google Analytics. To use this extension, You need to follow three steps: 1. Turn it on by clicking its icon to the right of the address bar. 2. Open the Chrome Javascript console to see the messages. On Windows and Linux, press Control-Shift-J. On Mac, press Command-Option-J. 3. Refresh the page you are on. By installing this extension, you agree to the Chrome Gallery Terms of Service at https://chrome.google.com/extensions/intl/en/gallery_tos.html You can ask questions about the plugin and report bugs at analytics-extensions@google.com
Knockout Context Hover
KnockoutJS Context Hover - Development and debugging assistant for Knockout JS. Tested on: 3.4.2, 3.1.0, 2.2.1 Development and debugging assistant for Knockout JS https://github.com/alexcodito/KnockoutContextHover - Display the hovered element's KnockoutJS context, HTML tag and attributes - Traverse complex objects and arrays - Set values of variables and observables - Convert plain variables into observables - Refresh hovered element's KO bindings - Log context objects straight into the browser Dev tools console - Shortcuts for following the mouse cursor & toggling live context - Click and execute a function HOW TO USE Right click on a page that runs KnockoutJS and press the "KO Context Hover" option to activate the panel. Shortcuts for controlling mouse pointer following/live context data are present at the top of the panel. Please note that KnockoutJS makes use of unsafe practices (e.g. eval, innerHTML). This will cause browser validators to flag this extension with several warnings. Please note that this extension was developed for personal needs. I may not maintain future KoJS version compatibility or provide any support. With that said, please feel free to contribute to the GitHub repo.
Chrome Logger
For server side logging and debugging in chrome console. This extension is for debugging server side applications using the chrome javascript console. It was originally inspired by FirePHP. For help getting started check out http://www.chromelogger.com Version 4.0 is basically a complete rewrite to rebrand this extension as Chrome Logger instead of ChromePHP and bring it up to date with the latest Chrome extension guidelines. This extension was formerly known as ChromePHP. Change Log 4.1.3 - Updates extension to use manifest v3 to ensure it works with future versions of Chrome. Also fixes issue where some colors may not work on the options page. 4.1.2 - Fixes race condition where logs sometimes get lost after a page refresh 4.1.1 - Tweak styles of options page 4.1.0 - Improves tab switching logic and updates sticky behavior to be based on host name 4.0.5 - Adds native color picker for choosing colors 4.0.4 - Uses atob function for base 64 decoding 4.0.3 - Fixes race condition in Chrome 28 on linux 4.0.2 - Adds support for console.table