Collection of personal Chrome/Chromium extension experiments.
  • JavaScript 73.6%
  • HTML 13.6%
  • CSS 12.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-19 17:34:40 +02:00
auto-ai-incognito feat(icons): add extension icon sets and icon review pwa 2026-06-25 11:44:44 +02:00
change-to-english-auto feat(icons): add extension icon sets and icon review pwa 2026-06-25 11:44:44 +02:00
icon-review-pwa feat(icons): add extension icon sets and icon review pwa 2026-06-25 11:44:44 +02:00
incognito-opener feat(icons): add extension icon sets and icon review pwa 2026-06-25 11:44:44 +02:00
print-page-images-extension feat(icons): add extension icon sets and icon review pwa 2026-06-25 11:44:44 +02:00
smart-link-hints feat(hints): use prefix-free Vimium-style hint labels immediately 2026-08-09 10:56:55 +02:00
vivaldi-workspace-focus-fix feat: reuse existing exact-URL tabs opened in the foreground 2026-08-19 17:34:40 +02:00
.gitignore feat(chatgpt): add keyboard shortcuts for model selection 2026-05-19 20:32:25 +02:00
AGENTS.md docs: add repository overview and agent maintenance notes 2026-05-30 14:52:47 +02:00
LICENSE chore(repo): normalize metadata file permissions 2026-04-25 15:14:05 +02:00
README.md feat: reuse existing exact-URL tabs opened in the foreground 2026-08-19 17:34:40 +02:00

Browser Extensions

Small collection of personal Chromium/Chrome extensions.

Extensions

  • auto-ai-incognito — auto-enable incognito/temporary chat mode on ChatGPT and Claude.
  • change-to-english-auto — click Google's "Change to English" prompt on search pages.
  • incognito-opener — helper for opening links from rss.dikka.dev in incognito windows.
  • print-page-images-extension — export a page's print layout as images.
  • smart-link-hints — Vimium-style navigation, link hints, and incognito link actions.
  • vivaldi-workspace-focus-fix — reuse existing exact-URL tabs opened in the foreground and repair focus after Vivaldi Workspace Rule moves.

Each extension is a standalone unpacked extension directory with its own manifest.json.

Icon review PWA

A dependency-free icon review app lives in icon-review-pwa/. Run it from the repository root so it can load sibling extension assets:

python3 -m http.server 4175

Then open http://localhost:4175/icon-review-pwa/.