utilswareToolship
Browser ExtensionFree forever

Toolship

The developer's browser command center.

Toolship is a powerful browser extension built for web developers, QA engineers, and power users. Create sophisticated handler rules to intercept, modify, redirect, or block HTTP requests. Inspect and manage browser storage. Capture screenshots. Analyze security headers. All processing happens locally — your data never leaves your device.

DevToolsHTTPNetworkProductivityQA

What Toolship can do

Rule-Based Handler System

Create named handler rules combining filters and actions. Handlers fire when all filter conditions match an HTTP request — enabling sophisticated request control.

Rich Filter Types

Filter by hostname, URL, method, resource type, request origin, protocol, port, headers, query parameters, day of week, and time of day. Combine with AND/OR logic.

Powerful Actions

Block, redirect, or modify requests. Inject custom JS and CSS. Manage headers and CSP. Switch environments. Control browser tabs. Inspect and edit storage.

Screenshot Capture

Capture visible area, full page, selected region, or specific elements as high-quality screenshots. Export as PNG or copy to clipboard.

Security Analysis

Analyze Content Security Policies, inspect CORS headers, audit cookies, and identify potential security issues on any page.

Storage Inspector

Read and write IndexedDB, localStorage, sessionStorage, and cookies. Full CRUD operations from within the extension.

Network Log

Real-time monitoring of all browser requests with filtering, search, and detailed inspection of headers, payloads, and response data.

Page Dev Tools

Element ruler, link extractor, table extractor, performance metrics, accessibility checker, responsive preview, and page metadata inspector.

100% Local & Private

All your data — rules, settings, configurations — is stored in IndexedDB on your device. Nothing is ever transmitted to any external server.

See it in action

What developers say

"Toolship replaced three separate extensions for me. The handler system is incredibly flexible — I can redirect API calls, inject auth tokens, and block third-party scripts all from one place."

Rohan VermaSenior Frontend Engineer

"We use Toolship across our entire QA team for environment switching. The export/import feature means everyone has the same rules configured in minutes."

Priya KrishnamurthyQA Lead

"The storage inspector alone is worth it. Being able to read and write IndexedDB and localStorage directly from the extension saves me so much time during debugging."

Marcus SchmidtFull Stack Developer

"The CSP Analyzer and CORS Inspector are genuinely useful tools. I use them in every security review of our web apps."

Aisha PatelSecurity Engineer

Frequently asked questions

Which browsers does Toolship support?

Toolship supports Google Chrome, Microsoft Edge, Mozilla Firefox, and Opera. Chromium-based browsers use Manifest V3; Firefox uses Manifest V2.

Is Toolship free?

Yes. Toolship is completely free for personal and commercial use, forever. There are no premium tiers, no subscriptions, and no hidden fees.

Does Toolship send my data anywhere?

No. All data — your handler rules, settings, and anything processed by the extension — is stored locally in IndexedDB on your device and never transmitted to any server.

Can I use Toolship in incognito mode?

Yes, but you need to explicitly enable extension access in incognito mode from your browser's extension settings. Toolship will show a warning indicator in the popup if incognito access is not enabled.

What is a Handler?

A Handler is a named rule consisting of filters (conditions) and actions (what to do). When all filters match an HTTP request, all actions in that handler are executed. Handlers can be individually enabled/disabled, reordered, and imported/exported.

Can handlers be backed up or transferred?

Yes. Handlers can be exported as JSON files and imported back — making it easy to back up your rules or share them with teammates.

What's the difference between the popup and the dashboard?

The popup is a mini-dashboard accessible by clicking the extension icon. It provides quick access to page tools and handler toggles. The full dashboard opens as a browser tab and provides access to all features including the network log, storage inspector, and security tools.

Do the declarativeNetRequest actions support all filter types?

Block, redirect, and header modification actions use the browser's declarativeNetRequest API and are limited to URL-pattern matching. Filters like Header, Referrer URL, and Day/Time are observed via the webRequest API for compatibility.