awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 repository-uri

Awesome GitHub RepositoriesDevtool Extensions

Frameworks for adding custom panels to development environments.

Distinguishing note: Focuses on extending existing devtools rather than building new ones.

Explore 13 awesome GitHub repositories matching development tools & productivity · Devtool Extensions. Refine with filters or upvote what's useful.

Awesome Devtool Extensions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tanstack/queryAvatar TanStack

    TanStack/query

    49,761Vezi pe GitHub↗

    This project provides a comprehensive suite of tools for managing asynchronous state and building full-stack web applications. At its core, it functions as a centralized synchronization layer that automates data fetching, caching, and background revalidation, ensuring that remote server data remains consistent with the local user interface. By utilizing a declarative, hook-based programming model, it simplifies the management of complex data lifecycles and loading states. The project distinguishes itself through a headless design philosophy that decouples business logic from visual presentati

    Integrates custom debugging tools into a unified development panel.

    TypeScriptasynccachedata
    Vezi pe GitHub↗49,761
  • flutter/samplesAvatar flutter

    flutter/samples

    19,172Vezi pe GitHub↗

    This is a comprehensive library of code examples and reference implementations for building cross-platform user interfaces with Flutter. The project provides a collection of demo applications and guides designed to illustrate the implementation of design patterns, animation techniques, and testing workflows. The repository features specific demonstrations for native integration, including examples of embedding modules into existing native applications, using platform channels, and bridging native code with the framework. It also serves as an animation reference, providing implementations for

    Provides examples of configuring and enabling development tool extensions for debugging.

    Dart
    Vezi pe GitHub↗19,172
  • facebook/stethoAvatar facebook

    facebook/stetho

    12,672Vezi pe GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Integrates Android debugging capabilities directly into the Chrome browser via a custom developer tools extension.

    Java
    Vezi pe GitHub↗12,672
  • jhen0409/react-native-debuggerAvatar jhen0409

    jhen0409/react-native-debugger

    10,460Vezi pe GitHub↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    Embeds specialized browser extensions for Redux and React to visualize application state and component hierarchies.

    JavaScript
    Vezi pe GitHub↗10,460
  • sxei/chrome-plugin-demoAvatar sxei

    sxei/chrome-plugin-demo

    8,674Vezi pe GitHub↗

    《Chrome插件开发全攻略》配套完整Demo,欢迎clone体验

    Adds custom panels and sidebars to browser DevTools for inspecting and debugging web pages.

    JavaScript
    Vezi pe GitHub↗8,674
  • tanstack/virtualAvatar TanStack

    TanStack/virtual

    6,971Vezi pe GitHub↗

    Attaches the debugging shell in a single location so panels are available without per-library setup.

    TypeScriptjavascriptperformancereact
    Vezi pe GitHub↗6,971
  • tanstack/formAvatar TanStack

    TanStack/form

    6,584Vezi pe GitHub↗

    TanStack Form is a cross-framework form state management library that provides typed fields, validation, and submission across React, Vue, Angular, Solid, Lit, Svelte, and Preact. It uses a shared form model that adapts to different UI frameworks while preserving the same validation and submission logic, and offers headless form controls that impose no UI markup, letting developers bring their own inputs and design system. The library distinguishes itself through granular state subscription, where components subscribe to narrow slices of form or field state using reactive primitives, so only

    Attaches a single lightweight devtools interface near the app root that works across multiple frameworks.

    TypeScriptangularformforms
    Vezi pe GitHub↗6,584
  • google/ios-webkit-debug-proxyAvatar google

    google/ios-webkit-debug-proxy

    6,174Vezi pe GitHub↗

    ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes

    Accept a custom URL or local path for the DevTools UI to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools.

    C
    Vezi pe GitHub↗6,174
  • jonghakseo/chrome-extension-boilerplate-react-viteAvatar Jonghakseo

    Jonghakseo/chrome-extension-boilerplate-react-vite

    4,834Vezi pe GitHub↗

    This project is a boilerplate for Chrome extension development, utilizing React and Vite to build custom functionality and user interfaces for web browsers. The development workflow emphasizes fast iteration through hot-reload capabilities and module rebuilding, which reflect code changes in the browser without manual reloading. It includes a type-safe internationalization system for managing multi-language support and automated end-to-end testing to verify feature stability across different browser packages. The architecture provides a component-based framework for creating popups, options

    Provides primitives for adding custom panels and pages to browser developer tools for specialized debugging and state inspection.

    TypeScript
    Vezi pe GitHub↗4,834
  • mdn/webextensions-examplesAvatar mdn

    mdn/webextensions-examples

    4,447Vezi pe GitHub↗

    This project is a reference library and collection of practical code samples for building browser extensions using WebExtensions APIs. It provides implementation guides and functional examples for core extension components, including content scripts, background processes, and browser action popups. The repository focuses on demonstrating specific implementation patterns for browser UI customization and web page manipulation. It includes samples for creating sidebars, context menus, and options pages, as well as techniques for injecting scripts and styles to alter DOM elements and page appeara

    Provides examples for registering custom panels and sidebars within the browser's developer tools.

    JavaScript
    Vezi pe GitHub↗4,447
  • deckerst/avesAvatar deckerst

    deckerst/aves

    4,431Vezi pe GitHub↗

    Aves is an Android media gallery application used for browsing and organizing images and videos. It functions as a multi-purpose tool that combines gallery browsing with a bulk media renamer, an EXIF metadata editor, a GPS media map viewer, and a privacy-focused media vault. The application distinguishes itself through advanced metadata handling, allowing users to modify binary headers to update timestamps and location tags. It features a dynamic pattern-based renaming engine that uses file metadata and cryptographic hashes to update filenames in bulk. Additionally, it provides a secure stora

    Enables or disables specific Dart DevTools extensions through a configuration file.

    Dartandroidexifflutter
    Vezi pe GitHub↗4,431
  • dejan/rails_panelAvatar dejan

    dejan/rails_panel

    3,869Vezi pe GitHub↗

    Rails Panel is a developer tool for Ruby on Rails applications that combines performance monitoring, metadata inspection, and source code linking. It functions as a browser extension and server-side middleware that transmits diagnostic data through HTTP response headers to display application metrics directly within browser developer tools. The tool provides a bridge between the browser and local development environments, enabling deep linking from rendered web pages to specific files and line numbers in a configured text editor. It covers request analysis and observability, including the i

    Provides a custom panel within browser developer tools to display server-side diagnostic data.

    JavaScriptchrome-extensionruby-on-rails
    Vezi pe GitHub↗3,869
  • webhintio/hintAvatar webhintio

    webhintio/hint

    3,703Vezi pe GitHub↗

    Hint is a web development linter and static analysis tool that audits HTML, CSS, and JavaScript. It provides a suite of specialized validators designed to ensure compliance with accessibility standards, web security header requirements, and general development best practices. The project distinguishes itself by analyzing a wide range of web quality metrics, including browser compatibility for CSS and JavaScript features and PWA configuration validation. It also includes an analyzer for measuring page load speeds, caching, and compression strategies to optimize web performance. The system is

    Provides a visual interface within browser developer tools to run site scans against multiple hint sets.

    TypeScripta11ybest-practiceshacktoberfest
    Vezi pe GitHub↗3,703
  1. Home
  2. Development Tools & Productivity
  3. Devtool Extensions

Explorează sub-etichetele

  • Browser DevTools Panel Extensions1 sub-tagAdds custom panels and sidebars to browser developer tools that communicate with inspected pages via a dedicated messaging channel. **Distinct from Devtool Extensions:** Distinct from Devtool Extensions: specifically targets browser DevTools panel registration and inspected-page communication, not general development environment extensions.
  • Custom Frontend SourcesAllows specifying a custom URL or local path for the DevTools UI to use alternative inspector frontends. **Distinct from Devtool Extensions:** Distinct from Devtool Extensions: focuses on swapping the entire DevTools frontend source, not adding panels to an existing one.
  • Dart DevTools ExtensionsEnables or disables specific Dart DevTools extensions through a configuration file to customize the debugging environment. **Distinct from Devtool Extensions:** Distinct from Devtool Extensions: specifically configures Dart DevTools extensions, not general development environment extensions.
  • Single-Point Devtool MountsAttaches the debugging shell to the application in a single location so panels become available without per-library setup. **Distinct from Devtool Extensions:** Distinct from Devtool Extensions: focuses on mounting a unified shell once near the app root rather than extending existing devtools.