ArchiveBox Exporter
Automatically or manually send pages to your ArchiveBox for archival.
Was ist ArchiveBox Exporter?
ArchiveBox Exporter ist eine Chrome-Erweiterung, die von ArchiveBox entwickelt wurde, und ihr Hauptmerkmal ist "Automatically or manually send pages to your ArchiveBox for archival.".
Erweiterungsscreenshots
ArchiveBox Exporter-Erweiterungs-CRX-Datei herunterladen
Laden Sie ArchiveBox Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ArchiveBox Exporter |
ID | habonpimjphpdnmcfkaockjnffodikoj |
Offizielle URL | https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj |
Beschreibung | Automatically or manually send pages to your ArchiveBox for archival. |
Dateigröße | 31.47 KB |
Installationsanzahl | 1,026 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2021-07-04 |
Veröffentlichungsdatum | 2021-07-02 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | ArchiveBox |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/tjhorner/archivebox-exporter |
Unterstützte Sprachen | 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" ] } } |