Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Official ArchiveBox browser extension: automatically/manually preserve your browsing history using ArchiveBox.

License

NotificationsYou must be signed in to change notification settings

ArchiveBox/archivebox-browser-extension

Repository files navigation

This is a browser extension that lets you send individual browser tabs or all URLs matching certain patterns to yourArchiveBox instance for offline preservation. This has a couple of benefits:

  • Own your data: save the web content that matters to you most, protect against link rot
  • Protect your data: save offline copies of pages in common, durable formats that will last for generations
  • Use your data: collect and tag important bookmarks, full-text search through your browsing history, automatically push captured data into other systems using ArchiveBox's APIs

Get the Extension

configuring-serverurl-submissionadmin-ui

imageimage

imageimageimage

Recent Changes

  • update to manifest v3 to re-submit to Chrome web store
  • added an admin view where you can see a list of all the URLs you've collected so far
  • added ability to search admin view by url, timestamp, uuid, tags
  • added the ability to export filtered URLs list from history as CSV and JSON
  • added 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

Setup

  1. Set up anArchiveBox server and make sure it's accessible to the machine you're browsing on
  2. Configure your ArchiveBox server to allow URL submissions without requiring login (more info here...)
    >= v0.8.5: users of the new BETA releases can use an API key generated at/admin/api/apitoken/ instead.
    Alternatively: if you stay signed in to your ArchiveBox instance in the same browser, it will share your login credentials.
    archivebox config --set PUBLIC_ADD_VIEW=True# (make sure to restart the server after if you apply this change)
    Screenshot of ArchiveBox CLI configuring PUBLIC_ADD_VIEW=True
  3. Configure the extension to point to your ArchiveBox server's base URL (e.g.http://localhost:8000,https://archivebox.example.com, etc.)
    Screenshot of extension config area: example with localhostScreenshot of extension config area: example with demo
  4. Test it out by right-clicking on any page and selectingSave to ArchiveBox, or by clicking the extension icon in the menubar.
    Screenshot of right-clicking to add a page to ArchiveBox using extensionScreenshot of ArchiveBox server with added URL

Development

✨ Originally contributed byTJ Horner (@tjhorner), now maintained by@benmuth and theArchiveBox team.

If you wish to contribute to (or just build for yourself) this extension, you will need to download and installNode.js.

git clone https://github.com/ArchiveBox/archivebox-browser-extensioncd archivebox-browser-extension/# There is no build step with v2.1.3 and above, the project uses vanilla ESM JS.# Simply load the entire directory as an unpacked extension in Chrome

Load the root repo folder into Chrome or Firefox using theirLoad Unpacked Extension UI.

Please open an issue to discuss any proposed changesbefore starting work on any PRs.

Changelog

  • 2025-03 New Manifest v3Extension v2.1.3 Released
  • 2024-11 Developmentstarted on v2 extension with more advanced UI and tagging options
  • 2024-01 Extension repo moved fromtjhorner/archivebox-exporter toArchivebox/archivebox-browser-extension
  • 2021-09 Extension offically supported by ArchiveBox v0.6.2, no longer needed to run:dev branch
  • 2021-07 Initial extensionpublished on Chrome and Mozilla web stores
  • 2021-06@tjhornerCreated the initialarchivebox-exporter extension

Alternative Extensions for Archiving

Other browser extensions that also do web archiving which may be a better fit if ArchiveBox doesn't suit your needs.

  • ArchiveWeb.page (super high fidelity archiving extension by Webrecorder)
  • SingleFile (a great extension for saving pages into a single.html file, built-in to ArchiveBox already)
  • Hypothesis (extension focused on annotating, but also supports archiving)
  • Memex (another project focused on annotating that supports archiving)
  • Save Page WE (a Firefox extension that also saves webpages as a single HTML file)

Other ArchiveBox Helper Projects

Other projects that help with ingest URLs into ArchiveBox from various sources.


License

MIT License


[8]ページ先頭

©2009-2025 Movatter.jp