nlocdmlaoaknkffkhpmgahkdkcajcohk
Browser devtools extension for debugging Svelte applications. Developer tools for Svelte applications and webpages. Features include a component hierarchy tree visualizer, state snapshots, and time-travel debugging.
Vueable Query
This extension creates a Dev Tool Panel to monitor performance metrics for Vue apps that use Tanstack Query for Vue. A dev tool for projects using Tanstack Query for Vue. It provides a separate panel within the Chrome dev tools that display metrics for queries. The top panel is a timeline showing the chronological order of queries made with Tanstack Query. The bottom panel displays the start time and any relevant cache hits for each Query Key. This is an open source product. Please visit our repository at https://github.com/oslabs-beta/Vueable-query for more information.
Github Package.json Enhancer
Enhance Github's package.json file viewing experience by making npm dependencies as direct links to npm package page. An extension for enhancing Github's package.json file viewing experience by making NPM dependencies as direct hyper links to corresponding NPM package page Features: 1. Adds links to NPM page for all packages listed as dependencies and devDependencies 2. Easily navigate to package page right from GitHub without googling or searching. 3. Displays Links button to manually toggle NPM links for all packages 4. Enhances any package.json file viewing experience on Github. 5. Supports linking for dependencies, devDependencies, optionalDependencies, peerDependencies, bundledDependencies from package.json 1. "*://*.github.com/*" - for running on github.com domain. OPEN-SOURCED and LICENSE: For more updates, please stay tuned! For any feedback or issues please open an issue on https://github.com/abdulghanitech/github-package-json-enhancer/issues
ViZBL - Get To Know Your Friends
Discover your friends' YouTube world. Get to know them through ViZBL. Ever wondered what your friends watch on YouTube? Well, the ViZBL Extension allows you to share that! With ViZBL, you can easily integrate social interactions into your YouTube experience, making it more engaging than ever before. ViZBL’s main features include: 🟣 Searching and connecting with your friends 🔵 Sharing your video activity with friends, sparking conversations. ⚪ Effortlessly interacting and sending emojis We're continuously striving to enhance ViZBL for a better user experience. Your questions and feedback are highly valued; don't hesitate to contact us at help@myvizbl.com.
Svelte DevTools+
Adds Svelte debugging tools to the Chrome Developer Tools Svelte DevTools+ allows developers to inspect the component hierarchy of a Svelte application, making it easier to understand the application's structure Svelte DevTools+ allows developers to see the real-time changes in a component's state and props, immediately reflecting updates in the DevTool and allowing for simple tracking of the application's behavior When selecting a component in the component tree, developers can inspect the component's props, state, and context to aid in understanding the data and values that are passed to each component Developers can modify the state and props of a selected component directly from the DevTools window for testing and debugging purposes, making it easy to experiment with different scenarios without modifying your code Svelte DevTools+ provides a time-travel debugging feature that enables developers to inspect the application's state at different points in time and analyze how the state of the application changes