Firefox bookmark Plugin for PowerToys Run
June 12, 2025 ยท View on GitHub
PowerToys Run plugin for opening bookmarks in Firefox based browser like zen.
Checkout the Template for a starting point to create your own plugin.
Features
Open bookmark

Settings
These settings allows support for other Firefox based browser.
Path to "Profiles" folder
The path after %APPDATA% and before Profiles, check about:profiles in browser. Take Firefox as example:

Default: Mozilla\Firefox
Browser name
The name that can be found by Windows shell Win+R.
Default: firefox
Ignore bookmarklets
Ignore bookmarks that starts with javascript:
Installation
Manual
- Download the latest release of the from the releases page.
- Extract the zip file's contents to
%LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins - Restart PowerToys.
Via ptr
ptr add FirefoxBookmark 8LWXpg/PowerToysRun-FirefoxBookmark
Usage
- Open PowerToys Run (default shortcut is Alt+Space).
- Type
*.
Building
- run
dotnet build -c Release.
Debugging
- Build the project in
Debugconfiguration. - Make sure you have gsudo installed in the path.
- Run
debug.ps1(change$ptPathif you have PowerToys installed in a different location). - Attach to the
PowerToys.PowerLauncherprocess in Visual Studio.
Contributing
Localization
If you want to help localize this plugin, please check the localization guide