ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

Qu'est-ce que ArchiveBox Exporter ?

ArchiveBox Exporter est une extension Chrome développée par ArchiveBox, et sa fonction principale est "Automatically or manually send pages to your ArchiveBox for archival.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ArchiveBox Exporter

Téléchargez les fichiers d'extension ArchiveBox Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ArchiveBox Exporter ArchiveBox Exporter
ID habonpimjphpdnmcfkaockjnffodikoj
URL Officiel https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj
Description Automatically or manually send pages to your ArchiveBox for archival.
Taille du Fichier 31.47 KB
Nombre d'Installations 1,026
Version Actuelle 1.3.0
Dernière Mise à Jour 2021-07-04
Date de Publication 2021-07-02
Évaluation 5.00/5 Total 4 Évaluations
Développeur ArchiveBox
Type de Paiement free
Site Web de l'Extension https://github.com/tjhorner/archivebox-exporter
Langues Prises en Charge 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"
        ]
    }
}