ArchiveBox Exporter

Automatically or manually send pages to your ArchiveBox for archival.

ArchiveBox Exporter क्या है?

ArchiveBox Exporter ArchiveBox द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically or manually send pages to your ArchiveBox for archival."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ArchiveBox Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        ]
    }
}