ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

Hvad er ArchiveBox Exporter?

ArchiveBox Exporter er en Chrome-udvidelse udviklet af ArchiveBox, og dens hovedfunktion er "Automatically or manually send pages to your ArchiveBox for archival.".

Udvidelsesskærmbilleder

screenshot

Download ArchiveBox Exporter-udvidelses-CRX-fil

Download ArchiveBox Exporter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ArchiveBox Exporter ArchiveBox Exporter
ID habonpimjphpdnmcfkaockjnffodikoj
Officiel URL https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj
Beskrivelse Automatically or manually send pages to your ArchiveBox for archival.
Filstørrelse 31.47 KB
Antal Installationer 1,026
Nuværende Version 1.3.0
Senest Opdateret 2021-07-04
Udgivelsesdato 2021-07-02
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler ArchiveBox
Betalingsmetode free
Udvidelseswebsted https://github.com/tjhorner/archivebox-exporter
Understøttede Sprog 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"
        ]
    }
}