Go Back in Time

Go back in time and see how a specific page used to look using a variety of page caching/archiving services

Cos'è Go Back in Time?

Go Back in Time è un'estensione di Chrome sviluppata da Danny Pesses, e la sua funzione principale è "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Go Back in Time

Scarica i file di estensione Go Back in Time 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

                        Based on the Firefox plugin Resurrect Pages, "Go Back in Time" allows you to view cached version of a web page through the following caching/mirror services:

    • CoralCDN
    • Google Cache
    • The Internet Archive
    • Yahoo! Cache
    • MSN Cache
    • Gigablast Cache
    • WebCite                    

Informazioni di Base sull'Estensione

Nome Go Back in Time Go Back in Time
ID hgdahcpipmgehmaaankiglanlgljlakj
URL Ufficiale https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj
Descrizione Go back in time and see how a specific page used to look using a variety of page caching/archiving services
Dimensione del File 38.93 KB
Conteggio Installazioni 7,000
Versione Corrente 0.1
Ultimo Aggiornamento 2015-08-12
Data di Pubblicazione 2015-08-12
Valutazione 3.00/5 Totale 14 Valutazioni
Sviluppatore Danny Pesses
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Go back in time and see how a specific page used to look using a variety of page caching\/archiving services",
    "icons": {
        "128": "icon-128.png",
        "16": "menu-icon.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Go Back in Time",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1"
}