Web Archive Viewer

Easily view archived (cached) webpages via seven different engines.

Cos'è Web Archive Viewer?

Web Archive Viewer è un'estensione di Chrome sviluppata da loora, e la sua funzione principale è "Easily view archived (cached) webpages via seven different engines.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Web Archive Viewer

Scarica i file di estensione Web Archive Viewer 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

                        Web Archive Viewer is an extension that help you easily see the cached version of any website.

This add-on uses seven different engines to render the website's archive version. By default, three engines are selected, but you can add or remove them at any time via the option's page.

When you visit a page, simply open toolbar popup UI and then click on a desired archive engine. A new tab will be open to render the cached version of the current tab. Please note that, not all websites have a cached version. Moreover, depending on the archive engine that you choose the cached version might look different.

If you see any bug, or have a feature request in mind, please fill the bug report form at the add-on's homepage (http://mybrowseraddon.com/web-archive-viewer.html).                    

Informazioni di Base sull'Estensione

Nome Web Archive Viewer Web Archive Viewer
ID cbgncbhpofjkcpihgcpiekmfafpokabb
URL Ufficiale https://chromewebstore.google.com/detail/web-archive-viewer/cbgncbhpofjkcpihgcpiekmfafpokabb
Descrizione Easily view archived (cached) webpages via seven different engines.
Dimensione del File 34.7 KB
Conteggio Installazioni 6,122
Versione Corrente 0.1.0
Ultimo Aggiornamento 2018-10-08
Data di Pubblicazione 2018-10-08
Valutazione 4.20/5 Totale 10 Valutazioni
Sviluppatore loora
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://mybrowseraddon.com/web-archive-viewer.html
URL della Pagina di Aiuto http://mybrowseraddon.com/web-archive-viewer.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "manifest_version": 2,
    "name": "Web Archive Viewer",
    "permissions": [
        "tabs",
        "storage"
    ],
    "short_name": "web-archive-viewer",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/web-archive-viewer.html",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "description": "Easily view archived (cached) webpages via seven different engines.",
    "browser_action": {
        "default_title": "Web Archive Viewer",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}