mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-14 19:05:53 +00:00
3.2 KiB
3.2 KiB
Chrome & Firefox DevTools. HTTP Protocols & WebSockets
!!! info "Architectural Context" Detailed reference for Chrome & Firefox DevTools. HTTP Protocols & WebSockets in the context of Developer Ecosystem.
Standard Reference
- digitalocean.com: How To Debug Node.js with the Built-In Debugger and Chrome' DevTools [COMMUNITY-TOOL]
- dev.to: My 12 Favorite Chrome Extensions as a Web Developer [COMMUNITY-TOOL]
- blog.bitsrc.io: Google Chrome Hidden Features Every Developer Should Know [COMMUNITY-TOOL]
- jsontoolbox.com [COMMUNITY-TOOL]
Developer Tools
Web Inspection
Chrome DevTools
Community Updates
- (2026) twitter.com/ChromeDevTools [EMERGING] — Official developer outreach microblogging feed for Google's Chrome DevTools team. Serves as a dynamic source of truth for rapid feature flags, experimental profiling modules, DOM inspection advancements, and release notes.
Documentation
- (2026) devtools.chrome.com [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — The master portal for Chrome DevTools, the industry standard suite of debugging, profiling, and diagnostics utilities built directly into Google Chrome. It guides users through performance audits, memory profiling, CPU metrics, network tracing, and JavaScript debugging frameworks.
Extensions
JSON Viewer
- (2023) Port of Firefox's JSON Viewer [COMMUNITY-TOOL] — A Chrome Web Store extension porting Firefox's highly optimized JSON parsing and viewer tool. It structures unstructured raw API responses directly in the browser with collapsible trees, search features, and syntax highlighting capabilities.
Firefox DevTools
Documentation (1)
- (2026) Firefox DevTools [ADVANCED LEVEL] [DOCUMENTATION] [COMMUNITY-TOOL] — Master user reference portal for Mozilla Firefox Developer Tools. Highlights architectural advantages in CSS grid debugging, custom network traffic intercepts, deep JavaScript memory leakage analysis, and strict adherence to privacy-focused auditing tools.
💡 Explore Related: Postman | Angular | Visual Studio