Operations
Install (unpacked)
- Open Chrome or Chromium and go to
chrome://extensions. - Enable Developer mode.
- Select Load unpacked.
- Choose the
extensiondirectory from this repository. - Pin APTlantis Archival if desired.
- Open a normal webpage and run capture/export actions from the popup.
There's no build step and no Chrome Web Store distribution — this is a plain unpacked extension, reloaded from chrome://extensions when the source changes.
Typical workflow — build a URL list
- Open a page.
- Click Add Page (Title + URL) or Capture Links on Page → Add to List.
- Repeat as needed.
- Click Export List to download one URL per line.
Typical workflow — archive page content
Use the article/full-page markdown, metadata, screenshot, and PDF actions individually from the popup — each writes directly to its own output folder under APTlantis/ in your downloads.
Project layout
ChromeArchivalPlugin/
├── ChromeArchivalPlugin.manifest.toml <-- project-level manifest
└── extension/
├── manifest.json <-- Chrome MV3 manifest + permissions
├── popup.html / popup.js / popup.css <-- capture logic and UI
└── third_party/
├── readability/Readability.js <-- vendored, article extraction
└── turndown/turndown.js <-- vendored, HTML-to-Markdown