Webrecorder ArchiveWeb.page

Create high-fidelity web archives directly in your browser

Cos'è Webrecorder ArchiveWeb.page?

Webrecorder ArchiveWeb.page è un'estensione di Chrome sviluppata da https://webrecorder.net, e la sua funzione principale è "Create high-fidelity web archives directly in your browser".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Webrecorder ArchiveWeb.page

Scarica i file di estensione Webrecorder ArchiveWeb.page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Webrecorder ArchiveWeb.page Webrecorder ArchiveWeb.page
ID fpeoodllldobpkbkabpblcfaogecpndd
URL Ufficiale https://chromewebstore.google.com/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd
Descrizione Create high-fidelity web archives directly in your browser
Dimensione del File 5.54 MB
Conteggio Installazioni 14,095
Versione Corrente 0.11.3
Ultimo Aggiornamento 2023-10-07
Data di Pubblicazione 2020-10-20
Valutazione 4.21/5 Totale 14 Valutazioni
Sviluppatore https://webrecorder.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://archiveweb.page
URL della Pagina di Aiuto https://archiveweb.page/guide
URL della Pagina della Politica sulla Privacy https://archiveweb.page/en/privacy
Lingue Supportate 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
}