ArchiveBox Exporter
Automatically or manually send pages to your ArchiveBox for archival.
What is ArchiveBox Exporter?
ArchiveBox Exporter is a Chrome extension developed by ArchiveBox, and its main feature is "Automatically or manually send pages to your ArchiveBox for archival.".
Extension Screenshots
Download ArchiveBox Exporter Extension CRX File
Download ArchiveBox Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Preserve the web while you browse by connecting your browser to ArchiveBox. You can set up ArchiveBox Exporter to automatically push your browsing history to an ArchiveBox instance based on a set of criteria (specific domains or URLs matching regexes). You can also add pages manually to your ArchiveBox through the context menu.
Extension Basic Information
Name | ArchiveBox Exporter |
ID | habonpimjphpdnmcfkaockjnffodikoj |
Official URL | https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj |
Description | Automatically or manually send pages to your ArchiveBox for archival. |
File Size | 31.47 KB |
Installation Count | 1,026 |
Current Version | 1.3.0 |
Last Updated | 2021-07-04 |
Publish Date | 2021-07-02 |
Rating | 5.00/5 Total 4 Ratings |
Developer | ArchiveBox |
Payment Type | free |
Extension Website | https://github.com/tjhorner/archivebox-exporter |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ArchiveBox Exporter", "description": "Automatically or manually send pages to your ArchiveBox for archival.", "version": "1.3.0", "manifest_version": 2, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "128": "static\/128.png" }, "permissions": [ "history", "contextMenus", "storage", "alarms" ], "optional_permissions": [ "*:\/\/*\/*" ], "browser_action": { "default_title": "ArchiveBox", "default_popup": "static\/action.html" }, "background": { "scripts": [ "background.js" ] } } |