jhbedfdjpmemmbghfecnaeeiokonjclb
Chrome extension for the GraphiQL tool Simple extension wrapper around the great GraphiQL IDE allowing it to work with any GraphQL endpoint of your choosing. As long as you are authorized to send requests to the endpoint from your current browser session (cookies are set etc.) you are good to go. This is a fork of the seemingly unmaintained ChromeiQL.
Apollo Client Devtools
GraphQL debugging tools for Apollo Client. Apollo Client Devtools is a Chrome extension for the open-source GraphQL client, Apollo Client. This extension has 4 main features: 1. A built-in version of the Apollo Studio Explorer that allows you to make queries against your GraphQL server using your app's network interface directly (no configuration necessary). 2. A query watcher that shows you which queries are being watched by the current page, when those queries are loading, and what variables those queries are using. 3. A mutation inspector that displays the mutations made to your Apollo Client application data. 4. A cache inspector that displays your Apollo Client cache data. You can explore the cache through a tree-like interface, and search for specific field keys and values. Code for this extension can be found at: https://github.com/apollographql/apollo-client-devtools
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.
Xdebug Chrome Extension
Xdebug Chrome Extension, Step Debugging, Profiling and Tracing PHP Web Pages for PHP Developer. Xdebug helper for Chrome, forked from Xdebug Helper, and fixed some bugs.
Xdebug Helper by JetBrains
A modern, dependency-free, extension for Xdebug Allows controlling Xdebug sessions by managing cookies for debugging, profiling, and tracing. Configure IDE key, profile, and trigger values through an intuitive interface.