Skip to content

Latest commit

 

History

History
45 lines (39 loc) · 1.63 KB

README.md

File metadata and controls

45 lines (39 loc) · 1.63 KB

BrowserSearch

This is a plugin for PowerToys Run. It reads your default browser's history, allowing you to search its entries and open their URL.

Supported browsers

  • Arc
  • Brave
  • Firefox
  • Google Chrome
  • Microsoft Edge (Chromium version)
  • Naver Whale
  • Opera
  • Opera GX (profile selection not supported)
  • Thorium
  • Vivaldi Browser
  • Waterfox
  • Wavebox
  • Zen Browser

Support for any other browser based on Chromium or Firefox can be added easily. If yours is not listed here, open an issue.

NOTE: Some browsers share the same ID. For example, if you have both Opera and Opera Developer installed, only the history of Opera will be loaded no matter which one of them is set as the default browser since we can't differentiate them by their ID.

Install instructions

  • Exit PowerToys
  • Download latest version from releases
  • Extract zip
  • Move extracted folder BrowserSearch to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\
  • Start PowerToys

Build instructions

  • Clone this repo
  • Inside the BrowserSearch folder, create another one called libs
  • Copy the following files from %ProgramFiles%\PowerToys\ to libs
    • Wox.Plugin.dll
    • Wox.Infrastructure.dll
    • Microsoft.Data.Sqlite.dll
    • PowerToys.Settings.UI.Lib.dll
  • Open the project in Visual Studio and build it in release mode
  • Copy the output folder net9.0-windows to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\
  • (Optional) Rename the copied folder to BrowserSearch