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.”。
扩展截图
下载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 |
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" ] } } |