ArchiveBox Exporter
Automatically or manually send pages to your ArchiveBox for archival.
Apa itu ArchiveBox Exporter?
ArchiveBox Exporter adalah ekstensi Chrome yang dikembangkan oleh ArchiveBox, dan fitur utamanya adalah "Automatically or manually send pages to your ArchiveBox for archival.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ArchiveBox Exporter
Unduh file ekstensi ArchiveBox Exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | ArchiveBox Exporter |
ID | habonpimjphpdnmcfkaockjnffodikoj |
URL Resmi | https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj |
Deskripsi | Automatically or manually send pages to your ArchiveBox for archival. |
Ukuran File | 31.47 KB |
Jumlah Instalasi | 1,026 |
Versi Saat Ini | 1.3.0 |
Terakhir Diperbarui | 2021-07-04 |
Tanggal Publikasi | 2021-07-02 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | ArchiveBox |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/tjhorner/archivebox-exporter |
Bahasa yang Didukung | 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" ] } } |