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
官方網址 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
}