Wayback

Go to the Internet Archive version of this site

Cos'è Wayback?

Wayback è un'estensione di Chrome sviluppata da Nickelberry, e la sua funzione principale è "Go to the Internet Archive version of this site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Wayback

Scarica i file di estensione Wayback 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

                        This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.                    

Informazioni di Base sull'Estensione

Nome Wayback Wayback
ID mlejbifafhaiaeioklpmhgodeonlcajh
URL Ufficiale https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh
Descrizione Go to the Internet Archive version of this site
Dimensione del File 11.71 KB
Conteggio Installazioni 21
Versione Corrente 1.2
Ultimo Aggiornamento 2021-06-21
Data di Pubblicazione 2021-06-06
Sviluppatore Nickelberry
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wayback",
    "description": "Go to the Internet Archive version of this site",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_title": "Check the archive"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}