Keyboard-first
browser command bar.

A Javascript browser extension implementing an interactive command palette. Access settings, index open tabs, fuzzy match items, and route keybindings instantly.

Overview & Setup

AEGIS supercharges your browser navigation with a quick-access Command Palette (like Spotlight or Alfred). Press Ctrl+Shift+K to search active tabs, trigger custom macros, switch styling modes, or run predefined local scripts.

Powered by an O(N log N) fuzzy scoring algorithm that measures query character proximity and index weights, it indexes your workspace on-the-fly. Configurable stylesheet overlays allow you to theme the palette UI directly.

Step-by-Step Instructions

1

Download Zip

Get the official extension release ZIP archive containing manifest v3 files below.

2

Unpack Folder

Extract the downloaded ZIP package contents to a secure directory on your local storage.

3

Load Developer Extensions

Navigate to chrome://extensions, toggle "Developer Mode", click "Load unpacked", and select your folder.

Technical Specifications

Developer Bakarkhaniii
Category Developer Utility
File Size 340 KB
Version v0.9.5
Platforms Chrome, Edge, Brave, Opera
License MIT (Open Source)

Fuzzy Search & Tab Routing

Fuzzy Matcher

Custom proximity sorting logic scoring query results by proximity index weights for ultra-fast navigation.

IndexedDB Sync

Syncs extension settings, custom command lists, and stylesheet overlays directly in browser storage.

Instant Launcher

Run local bat scripts and configurations with immediate desktop integration.