Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

925 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Trail

CI status: pre-release install: source only node: 24.18.0 platform: Chromium MV3 encrypted originals pCloud backup

Image Trail is a Brave/Chromium extension for turning image URL structure into navigable trails and local galleries. It lets the URL patterns already present on a site drive image progression, so you can recover images from hosted services or run your own web photo server without hardcoding one-off gallery rules for every URL shape.

It is built around a small in-page panel with target image selection, parsed URL controls, transient Recents, durable pins/bookmarks, encrypted original capture, Recall, encrypted backups, pCloud integration, and import/export workflows.

Status: Image Trail is pre-release software. It is not product-ready, not published to an extension store, and should be installed from source only for development and review.

What It Does

  • Select a host-page image and project related image URLs back into that target.
  • Parse URL structure into editable fields so numeric and patterned image trails can drive next/previous navigation.
  • Learn source-specific URL patterns instead of requiring hardcoded gallery rules for each site or photo server.
  • Keep Recents as transient session history while saving pins/bookmarks as durable queue records.
  • Capture original image bytes into encrypted local storage linked from durable bookmark records, with key backup/restore flows for recovery.
  • Use Recall to page durable pins/bookmarks back into the visible queue.
  • Import, export, back up, and restore local Image Trail data, including encrypted backup files and pCloud-backed restore workflows.
  • Govern automation with bounded request, retry, slideshow, shortcut, and neighbor-preload controls.

Local Development

Use the Node version pinned in .nvmrc.

nvm use
npm ci
npm run build

The compiled extension is written to extension/dist/. Load that directory as an unpacked extension in Brave or another Chromium browser:

  1. Open the browser extension management page.
  2. Enable developer mode.
  3. Choose Load unpacked.
  4. Select this repository's extension/dist/ directory.

The extension manifest currently identifies the extension as Image Trail and ships the built MV3 service worker/content-script bundle from extension/dist/.

Documentation

Canonical long-lived documentation lives in the GitHub wiki, with root DESIGN.md as the design-editor exception:

Repository markdown files are pointer stubs unless they are agent instruction files, README.md, CONTRIBUTING.md, root DESIGN.md, or GitHub issue and pull request templates. Update the wiki page linked from a stub, not the stub itself.

Validation

npm run lint
npm run format:check
npm test
npm run build

Before pushing implementation work, run the CI-equivalent gate:

npm run ci

npm run ci runs lint, format check, coverage-gated tests, and build. The coverage gate uses .c8rc.json; CI uploads coverage/lcov.info when it runs.

Licensing

Image Trail is proprietary, all-rights-reserved software. See LICENSE for the terms; no license to use, copy, modify, or distribute it is granted without prior written permission.

The extension bundles third-party open-source packages (react, react-dom, and their runtime dependencies), each under its own permissive license. Their notices ship inside the packaged extension as THIRD-PARTY-LICENSES.txt. npm run ci runs npm run check:licenses, which fails the build if any shipped dependency carries a non-permissive or unknown license and verifies the attribution file is current. Regenerate it with npm run licenses:write after changing production dependencies.

README Freshness Contract

README.md is the stable public front door for the project. Keep it current when product-facing capabilities, install/build instructions, validation commands, or release/versioning expectations change.

Detailed SOPs, ADRs, acceptance criteria, test strategy, implementation notes, and fast-moving planning details belong in the wiki. If a PR changes behavior that affects this README but intentionally does not update it, the PR should state why.

About

ImageTrail is a Brave/Chromium MV3 extension for navigating, capturing, and recalling web images through an injected in-page panel with target image control, URL field editing, runtime history, encrypted storage, bookmarks, and optional local originals.

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages