Webrecorder ArchiveWeb.page

Create high-fidelity web archives directly in your browser

什么是Webrecorder ArchiveWeb.page?

Webrecorder ArchiveWeb.page是由https://webrecorder.net开发的Chrome扩展程序,该扩展的主要功能是“Create high-fidelity web archives directly in your browser”。

扩展截图

screenshot
screenshot
screenshot

下载Webrecorder ArchiveWeb.page扩展crx文件

下载Webrecorder ArchiveWeb.page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}