odkdoekijebogaiopbjgkgogkgifjfnk
Detect Angular apps and javascript libraries Use this tool to detect what is running under the hood on the webpages you visit. Now contains the ability to OPT-IN to contribute Angular sites you find to a central repository.
Vue Telescope
Vue Telescope is a utility that uncovers the Vue.js plugins and technology stack used on websites. It detects the Vue version, plugins, frameworks, Nuxt modules and even the UI used.
RxJS Insights
See through the observables RxJS Insights is a toolset that helps you debug and visualize the observables in your app. ✨ Developer friendly: Easy to set up. Easy to use. ✨ Unobtrusive: Does not require source code modification. ✨ Comprehensive: Tracks all types of events and relations. The data gathered by the RxJS Insights includes the information about: • constructor calls, including the arguments passed to it, the name of the Observable (sub)class, and the source code location of the call, • creation operator calls, including the arguments passed to it, the name of the operator, and the source code location of the call, • pipeable operator calls, including the arguments passed to it, the name of the operator, and the source code location of the call, • subscribers (i.e. the instances of the running observables), including the relation to the parent observable, as well as relations to other subscribers that are either sources or destinations of the given subscriber, • callers (i.e. the connection with the world outside the RxJS, e.g. direct subscribe calls from the application), including the arguments passed to it, and the source code location of the call, • events, including the notification events (i.e. next, error, and complete) and subscription events (i.e. subscribe and unsubscribe), as well as relations to other events that either caused or are caused by the given event, • async tasks within which the events happened (e.g. setTimeout, setInterval, DOM events, REST events, etc.).
Vue.js devtools (beta)
DevTools browser extension for Vue.js Chrome DevTools extension for debugging Vue.js applications. Thank you for trying the Vue.js devtools Beta! If you have any issue, please report them on the GitHub repository. This is the beta channel with a brand-new re-implementation, built with Vue 3. Note the beta channel may cause conflict with the stable version of Vue devtools. If the Vue icon is lit but the Vue tab doesn't show up in devtools, please temporarily disable the stable version and re-open the page.
React Context DevTool
Devtool for React Context and useReducer React Context DevTool is debugging tool for React Context and useReducer API. You can easily show context values changes in different views like tree, raw and diff view. Now Devtool suppoer useReducer API. easily debug your state changes and dispatch actions from devtool.