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

screenshot

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:

settings

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

  1. Download the latest release of the from the releases page.
  2. Extract the zip file's contents to %LocalAppData%\Microsoft\PowerToys\PowerToys Run\Plugins
  3. Restart PowerToys.

Via ptr

ptr add FirefoxBookmark 8LWXpg/PowerToysRun-FirefoxBookmark

Usage

  1. Open PowerToys Run (default shortcut is Alt+Space).
  2. Type *.

Building

  1. run dotnet build -c Release.

Debugging

  1. Build the project in Debug configuration.
  2. Make sure you have gsudo installed in the path.
  3. Run debug.ps1 (change $ptPath if you have PowerToys installed in a different location).
  4. Attach to the PowerToys.PowerLauncher process in Visual Studio.

Contributing

Localization

If you want to help localize this plugin, please check the localization guide