Webrecorder ArchiveWeb.page

Create high-fidelity web archives directly in your browser

Webrecorder ArchiveWeb.pageคืออะไร?

Webrecorder ArchiveWeb.page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://webrecorder.net และคุณลักษณะหลักของมันคือ "Create high-fidelity web archives directly in your browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webrecorder ArchiveWeb.page

ดาวน์โหลดไฟล์ส่วนขยาย 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
}