ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

ArchiveBox Exporterคืออะไร?

ArchiveBox Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ArchiveBox และคุณลักษณะหลักของมันคือ "Automatically or manually send pages to your ArchiveBox for archival."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ArchiveBox Exporter

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}