Skip to content

PowerToys Run plugin to search your browser history

Notifications You must be signed in to change notification settings

TBM13/BrowserSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • Google Chrome
  • Microsoft Edge (Chromium version)
  • Thorium
  • Vivaldi Browser
  • Wavebox

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

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 net8.0-windows to %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins\
  • (Optional) Rename the copied folder to BrowserSearch