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
官方網址 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"
        ]
    }
}