Webrecorder ArchiveWeb.page

Create high-fidelity web archives directly in your browser

Webrecorder ArchiveWeb.page là gì?

Webrecorder ArchiveWeb.page là một tiện ích mở rộng Chrome được phát triển bởi https://webrecorder.net, và tính năng chính của nó là "Create high-fidelity web archives directly in your browser".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webrecorder ArchiveWeb.page

Tải xuống các tệp mở rộng Webrecorder ArchiveWeb.page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webrecorder ArchiveWeb.page Webrecorder ArchiveWeb.page
ID fpeoodllldobpkbkabpblcfaogecpndd
URL Chính Thức https://chromewebstore.google.com/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd
Mô tả Create high-fidelity web archives directly in your browser
Kích Thước Tệp 5.54 MB
Số Lần Cài Đặt 14,095
Phiên Bản Hiện Tại 0.11.3
Cập Nhật Lần Cuối 2023-10-07
Ngày Phát Hành 2020-10-20
Đánh Giá 4.21/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://webrecorder.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://archiveweb.page
URL Trang Trợ Giúp https://archiveweb.page/guide
URL Trang Chính Sách Bảo Mật https://archiveweb.page/en/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}