Releases: SysAdminDoc/LocalChromeStore
Releases · SysAdminDoc/LocalChromeStore
LocalChromeStore v0.1.0
LocalChromeStore v0.1.0 — initial release
A personal store for the Chromium extensions you build yourself. Lists every extension across your GitHub repos, downloads the latest release ZIP/CRX, and loads them into Chrome / Brave / Edge with a single click.
Install
- Download
LocalChromeStore-v0.1.0-win-x64.zipbelow - Extract anywhere
- Run
LocalChromeStore.exe
Requires the .NET 9 Desktop Runtime (Windows will prompt to install if it's missing — pick the Desktop runtime, not the ASP.NET one).
Verify the download with the published SHA256 in LocalChromeStore-v0.1.0-win-x64.zip.sha256.txt.
Highlights
- WPF / .NET 9, MVVM, Catppuccin Mocha dark theme
- GitHub-sourced discovery — every repo with a release
.zip/.crxor amanifest.jsonqualifies - Store-style cards with extension logo, name, version, description, repo link, install / uninstall buttons
- One-click install: download → unpack → register, with version pruning
- One-click launch: detects Chrome / Brave / Edge / Vivaldi / Opera / Chromium and starts the browser with
--load-extension=pointing at every installed extension - Optional GitHub PAT (raises rate limit, allows private repos)
- Optional GitHub topic filter to restrict discovery
- Activity log + on-disk crash log
- Full async I/O — UI never blocks
Known limitations
--load-extensiontriggers Chromium's "developer mode extensions" banner. This is normal Chromium behavior, not a LocalChromeStore bug. The Enterprise Policy install path planned for v0.2.0 will eliminate the banner.- Auto-update is not yet implemented — refresh detects new releases but install is still per-card.
- Light theme is on the v0.4.0 backlog.
See CHANGELOG.md for the full list and ROADMAP.md for what's next.