ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

Cos'è ArchiveBox Exporter?

ArchiveBox Exporter è un'estensione di Chrome sviluppata da ArchiveBox, e la sua funzione principale è "Automatically or manually send pages to your ArchiveBox for archival.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ArchiveBox Exporter

Scarica i file di estensione ArchiveBox Exporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ArchiveBox Exporter ArchiveBox Exporter
ID habonpimjphpdnmcfkaockjnffodikoj
URL Ufficiale https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj
Descrizione Automatically or manually send pages to your ArchiveBox for archival.
Dimensione del File 31.47 KB
Conteggio Installazioni 1,026
Versione Corrente 1.3.0
Ultimo Aggiornamento 2021-07-04
Data di Pubblicazione 2021-07-02
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore ArchiveBox
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tjhorner/archivebox-exporter
Lingue Supportate 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"
        ]
    }
}