| Browser | Support | Install Method |
|---|---|---|
| Chrome | Full | Load unpacked → extensions/history-search |
| Edge | Full | Same as Chrome (Chromium-based) |
| Brave | Full | Same as Chrome (Chromium-based) |
| Opera | Full | Same as Chrome (Chromium-based) |
| Arc | Full | Same as Chrome (Chromium-based) |
| Vivaldi | Full | Same as Chrome (Chromium-based) |
| Firefox | Full | about:debugging → Load Temporary Add-on → manifest.json |
| Safari | Requires wrapper | Use Xcode’s “Convert Web Extension” to wrap this extension |
Google, Bing, DuckDuckGo, Brave Search, Ecosia, Yahoo
Injects a panel above search results with:
Mobile browsers don’t support content script extensions. Use the PWA instead: search.html
Or use the search command in HexTerm:
search shakespeare
q quantum computing
chrome://extensions → Enable Developer Modemanifest.json — Manifest v3 (Chrome/Edge/Brave/Opera/Firefox)content.js — Content script injected into search pagesstyles.css — Dark galactic themebackground.js — Service worker for settingspopup.html — Extension popup with connector togglesicons/ — Extension icons (open generate-icons.html to make custom ones)