v2.1.3: Complete Rewrite with offline saving, tagging, and support for v0.8.5
Usage:
load the ./redesign folder in Chrome as an "Unpacked Extension" after enabling Dev Mode in `chrome://extensions`.
It should autoreload from source automatically for most basic edits, but it can also be manually refreshed from chrome://extensions
.
- update to manifest v3
- Fixes #30
- Fixes #26
- Fixes #23
- Fixes #9
- Fixes #6
- Fixes #5
- Fixes #3
- Fixes #10
- Fixes #2
- Fixes #25
-
TODO #4will revesit later -
TODO #29will revisit later -
TODO #15will revisit later

- redesign UI to show a popup in the upper right when
action button is clicked
- autocomplete tags from all tags in popup
- add admin view where you can see a list of all the URLs you've collected so far
- add ability to search admin view by url, timestamp, uuid, tags
- add the ability to export filtered URLs list from history as CSV and JSON
- add the ability to import URLs from chrome history / bookmarks by daterange or filter query

- add the ability to edit extension config options, allowlist/denylist, etc. from options.html
- add the ability to test connection to ArchiveBox server

- add the ability to load cookies from browser into archivebox persona
Other Changes
- Redesign fixes by @benmuth in #34
- Improve status and error reporting by @benmuth in #35
- Add fallback when API call fails. by @benmuth in #36
- Bugfixes by @benmuth in #37
- Update to manifest v3, redesign UI to allow click-to-archive + tagging, add history view + options.html page for settings by @pirate in #31
- Misc extension fixes by @benmuth in #39
New Contributors
Full Changelog: v1.3.1...v2.1.3