WaybackMachine

web.archive.org unofficial WaybackMachine extension

O que é WaybackMachine?

WaybackMachine é uma extensão do Chrome desenvolvida por Mohammad Hussein, e sua principal característica é "web.archive.org unofficial WaybackMachine extension".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WaybackMachine

Baixe arquivos de extensão WaybackMachine 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

                        With a click of a mouse, the extension uses web.archive.org's internet archiving Wayback Machine to view the current website you're on in the year and month you specify.

If the website you're viewing wasn't crawled by the machine at the specified month or year, it takes you to the nearest crawled version and opens it in a new tab.                    

Informações Básicas da Extensão

Nome WaybackMachine WaybackMachine
ID gofnhkhaadkoabedkchceagnjjicaihi
URL Oficial https://chromewebstore.google.com/detail/waybackmachine/gofnhkhaadkoabedkchceagnjjicaihi
Descrição web.archive.org unofficial WaybackMachine extension
Tamanho do Arquivo 63.26 KB
Contagem de Instalações 4,451
Versão Atual 1.1
Última Atualização 2016-03-18
Data de Publicação 2016-03-18
Classificação 3.42/5 Total de 24 Avaliações
Desenvolvedor Mohammad Hussein
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaybackMachine",
    "description": "web.archive.org unofficial WaybackMachine extension",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}