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
Eメール [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
}