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

O que é Go Back in Time?

Go Back in Time é uma extensão do Chrome desenvolvida por Danny Pesses, e sua principal característica é "Go back in time and see how a specific page used to look using a variety of page caching/archiving services".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Go Back in Time

Baixe arquivos de extensão Go Back in Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Go Back in Time Go Back in Time
ID hgdahcpipmgehmaaankiglanlgljlakj
URL Oficial https://chrome.google.com/webstore/detail/go-back-in-time/hgdahcpipmgehmaaankiglanlgljlakj
Descrição Go back in time and see how a specific page used to look using a variety of page caching/archiving services
Tamanho do Arquivo 38.93 KB
Contagem de Instalações 7,000
Versão Atual 0.1
Última Atualização 2015-08-12
Data de Publicação 2015-08-12
Classificação 3.00/5 Total de 14 Avaliações
Desenvolvedor Danny Pesses
Tipo de Pagamento free
Idiomas Suportados 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"
}