ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

ArchiveBox Exporterとは何ですか?

ArchiveBox ExporterはArchiveBoxによって開発されたChromeの拡張機能で、その主な機能は「Automatically or manually send pages to your ArchiveBox for archival.」です。

拡張機能のスクリーンショット

screenshot

ArchiveBox Exporter拡張機能のCRXファイルをダウンロード

ArchiveBox Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ArchiveBox Exporter ArchiveBox Exporter
ID habonpimjphpdnmcfkaockjnffodikoj
公式URL https://chromewebstore.google.com/detail/archivebox-exporter/habonpimjphpdnmcfkaockjnffodikoj
説明 Automatically or manually send pages to your ArchiveBox for archival.
ファイルサイズ 31.47 KB
インストール数 1,026
現在のバージョン 1.3.0
最終更新日 2021-07-04
公開日 2021-07-02
評価 5.00/5 合計 4 レビュー
開発者 ArchiveBox
支払い方法 free
拡張機能のウェブサイト https://github.com/tjhorner/archivebox-exporter
対応言語 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"
        ]
    }
}