Reviewer Guide
LocalArchive 0.1.1 has no account, login, backend, API key, analytics endpoint, ads, or paid feature.
Smoke Test
- Open any readable article or documentation page, such as this LocalArchive homepage.
- Click the LocalArchive toolbar button and click Capture.
- Open the library from the popup and confirm the page appears.
- Select a passage on the page, right-click, and choose Save selected text to LocalArchive.
- Search for a word from the selected passage and confirm the saved item remains visible.
- Export as Markdown or HTML and confirm Chrome downloads the file after the user action.
- Import the Pocket CSV sample below and confirm duplicate URLs are merged by canonical URL.
Pocket CSV Sample
title,url,time_added,tags
LocalArchive Duplicate,https://localarchive.pages.dev/?utm_source=test,1710000000,archive
Pocket Only,https://example.com/pocket-only,1710000000,pocket
Expected Permission Behavior
activeTabandscriptingare used only after user-triggered capture.contextMenuscreates page and selected-text save commands.downloadsis used only after user-triggered export.sidePanelopens the local archive library.
Known Unsupported Pages
Chrome blocks extension injection on chrome:// pages, the Chrome Web Store, and some browser-restricted pages. Test on normal HTTPS article or documentation pages.