FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Made a Chrome Extension with 50+ Dev Tools (Alt+D to Open)
How-ToWeb Development

I Made a Chrome Extension with 50+ Dev Tools (Alt+D to Open)

via Dev.to WebdevTateLyman2h ago

Just shipped a Chrome extension that gives you instant access to 50+ developer tools from any page. What It Does Click the icon or press Alt+D → popup with every tool you need: Quick Actions (in popup, no new tab): Generate UUID Get current Unix timestamp Generate secure password Base64 encode/decode clipboard Full Tools (opens in new tab): JSON Formatter & Validator Regex Tester with presets CSS Grid/Flexbox Generators Glassmorphism Generator Code Formatter (JS, CSS, HTML, SQL) Hash Generator (SHA-256, SHA-512) JWT Decoder Color Converter 40+ more... Why I Built It I was tired of googling "json formatter" every time I needed to format a response. Now it's one click away. Install It Clone the repo: git clone https://github.com/TateLyman/devtools-extension Go to chrome://extensions Enable Developer Mode Click "Load unpacked" → select the folder Done! Press Alt+D to open The Tech Manifest V3 Vanilla JS (no framework, instant load) All tools run client-side on DevTools.run 0 permissions b

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles

Flutter Mistakes That Make Apps Slow ⚡
How-To

Flutter Mistakes That Make Apps Slow ⚡

Medium Programming • 2h ago

Welcome Thread - v370
How-To

Welcome Thread - v370

Dev.to • 2h ago

How to Calculate Your Final Grade When the Syllabus Uses Weighted Categories
How-To

How to Calculate Your Final Grade When the Syllabus Uses Weighted Categories

Dev.to Beginners • 2h ago

How Word Scramble Solvers Use the Same Algorithm as Spell Checkers
How-To

How Word Scramble Solvers Use the Same Algorithm as Spell Checkers

Dev.to Beginners • 3h ago

USD to INR Conversion: Why the Rate You See Is Not the Rate You Get
How-To

USD to INR Conversion: Why the Rate You See Is Not the Rate You Get

Dev.to Beginners • 3h ago

Discover More Articles