ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

Wat is ArchiveBox Exporter?

ArchiveBox Exporter is een Chrome-extensie ontwikkeld door ArchiveBox, en de belangrijkste functie is "Automatically or manually send pages to your ArchiveBox for archival.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ArchiveBox Exporter

Download ArchiveBox Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ArchiveBox Exporter ArchiveBox Exporter
ID habonpimjphpdnmcfkaockjnffodikoj
Officiële URL https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj
Beschrijving Automatically or manually send pages to your ArchiveBox for archival.
Bestandsgrootte 31.47 KB
Aantal Installaties 1,026
Huidige Versie 1.3.0
Laatst Bijgewerkt 2021-07-04
Publicatiedatum 2021-07-02
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar ArchiveBox
Betalingswijze free
Extensiewebsite https://github.com/tjhorner/archivebox-exporter
Ondersteunde Talen 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"
        ]
    }
}