Webrecorder ArchiveWeb.page

Create high-fidelity web archives directly in your browser

Webrecorder ArchiveWeb.page क्या है?

Webrecorder ArchiveWeb.page https://webrecorder.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create high-fidelity web archives directly in your browser"।

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

screenshot
screenshot
screenshot

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

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

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

                        The extension allows users to create high-fidelity web archives, directly in the browser.

When enabled, the extension 'records' the network traffic on a given tab and stores the data in the browser. The recordings page shows a listing of all archived pages. 

The extension allows users to replay the archived web pages (using the replayweb.page system), and allows users to export archived pages in standard WARC and new WACZ formats.                    

एक्सटेंशन की मूल जानकारी

नाम Webrecorder ArchiveWeb.page Webrecorder ArchiveWeb.page
ID fpeoodllldobpkbkabpblcfaogecpndd
आधिकारिक URL https://chromewebstore.google.com/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd
विवरण Create high-fidelity web archives directly in your browser
फ़ाइल का आकार 5.54 MB
स्थापना संख्या 14,095
वर्तमान संस्करण 0.11.3
अंतिम अपडेट 2023-10-07
प्रकाशन तिथि 2020-10-20
रेटिंग 4.21/5 कुल 14 रेटिंग्स
डेवलपर https://webrecorder.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://archiveweb.page
सहायता पृष्ठ URL https://archiveweb.page/guide
गोपनीयता नीति पृष्ठ URL https://archiveweb.page/en/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Webrecorder ArchiveWeb.page",
    "description": "Create high-fidelity web archives directly in your browser",
    "version": "0.11.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "debugger",
        "contextMenus",
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "32": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": {
            "32": "icon.png"
        },
        "default_title": "Webrecorder ArchiveWeb.page",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "pdf\/*",
        "replay\/*",
        "ruffle\/*"
    ],
    "manifest_version": 2
}