ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

Vad är ArchiveBox Exporter?

ArchiveBox Exporter är en Chrome-tillägg utvecklad av ArchiveBox, och dess huvudfunktion är "Automatically or manually send pages to your ArchiveBox for archival.".

Tilläggsskärmbilder

screenshot

Ladda ner ArchiveBox Exporter-förlängningens CRX-fil

Ladda ner ArchiveBox Exporter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ArchiveBox Exporter ArchiveBox Exporter
ID habonpimjphpdnmcfkaockjnffodikoj
Officiell webbadress https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj
Beskrivning Automatically or manually send pages to your ArchiveBox for archival.
Filstorlek 31.47 KB
Antal Installationer 1,026
Aktuell Version 1.3.0
Senast Uppdaterad 2021-07-04
Publiceringsdatum 2021-07-02
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare ArchiveBox
Betalningssätt free
Tilläggswebbplats https://github.com/tjhorner/archivebox-exporter
Stödda Språk 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"
        ]
    }
}