🧩

Tools for Chrome Extension Developers

Build better extensions, faster.

12 free toolsNo signup required

Featured Tools

🔧 Core Extension Files

3 tools

🔒 Security & Storage

3 tools

📣 Chrome Web Store

1 tool

🛠️ Developer Tools (Existing)

5 tools

Everything Chrome Extension Developers Need

From generating a valid manifest.json to resizing icons and explaining permissions — these tools cut hours of setup work down to minutes. Build extensions faster, with fewer mistakes.

Frequently Asked Questions

What is Manifest V3?
Manifest V3 is the current Chrome extension platform, replacing MV2. It uses service workers instead of background pages, has stricter Content Security Policy rules, and better privacy controls. All new Chrome extensions must use MV3.
What icon sizes does Chrome require?
Chrome requires 4 icon sizes: 16×16 (browser toolbar), 32×32 (Windows hi-DPI), 48×48 (extensions management page), and 128×128 (Chrome Web Store listing). Our icon generator creates all four from a single image upload.
Is the boilerplate code production-ready?
The boilerplate provides a valid, working file structure with correct manifest.json and starter files. You'll need to add your own business logic, but it loads in Chrome's Developer Mode without errors out of the box.
Does the storage calculator account for chrome.storage.session?
Currently the calculator covers sync (102,400 bytes total, 8,192 bytes per item) and local (5MB). Session storage support is coming in a future update.
Can I use these tools offline?
Yes. All tools run entirely in your browser with no server requests needed. Icon resizing, manifest generation, and boilerplate creation all work without an internet connection after the page loads.

Explore All Free Tools

Browse our full library of 100+ free online tools — no signup, no limits.