Toolfik for Chrome
Free · No signup · Open source manifest v3
The Chrome extension puts Toolfik one click away — a searchable list of every tool in a toolbar popup, plus right-click context menus for images, links, and selected text.
What it does
🔍 Popup search
Click the Toolfik icon (or press Ctrl+Shift+T) to open a searchable list of every live Toolfik tool. Type to filter, click to open in a new tab.
🖼️ Right-click any image
See a "Toolfik" section in the right-click menu with quick actions:
- Resize with Toolfik — jumps to /resize-image
- Crop with Toolfik
- Rotate / flip with Toolfik
- Convert PNG → JPG with Toolfik
🔗 Right-click any link
- QR code for this link — Toolfik — prefills our QR generator with the URL
✂️ Right-click selected text
- Count words
- Slug this text
- Change case
- Hash this text
- Base64 encode
Privacy
The extension does not collect, transmit, or store your data. It uses two permissions:
contextMenus— to add the right-click entries.- Chrome's built-in
tabsAPI (no permission required for the "create a new tab with a URL" call) to open the tool page.
No content scripts run on your pages. No page contents are read except the text you actively select before right-clicking. That selected text is passed as a URL query parameter to the corresponding Toolfik tool — never uploaded to a server.
Install
Chrome Web Store: submission pending review. When approved, the link will appear here.
Developer install (load unpacked)
- Download the extension source from GitHub (folder
chrome-extension/). - Open
chrome://extensionsin Chrome. - Toggle "Developer mode" (top right).
- Click "Load unpacked" and select the
chrome-extensionfolder. - The Toolfik icon appears in the toolbar. Pin it for quick access.
Open source
The extension is fully open source — every file is in the Toolfik GitHub repository. Fork it, audit the code, submit patches. Chrome extensions that gate access behind their own website are one of the most common trust anti-patterns; we won't do that.
FAQ
Does the extension work when I'm offline?
The popup renders offline (the tool list is embedded). Clicking a tool opens toolfik.com, which requires an internet connection — but once loaded, most tools work fully offline via our service worker. See the /pwa page for details.
Does it work in other Chromium browsers?
Manifest v3 extensions work in Chrome, Edge, Brave, Opera, Vivaldi, and Arc. Firefox support is planned once we submit a v3-compatible build.
Will the extension ever add ads or trackers?
No. The whole point of Toolfik is ad-free, tracker-free tools. Adding either would contradict the brand. If you ever see the extension changing hands to a new owner, that's your cue to uninstall.