Wayback
Go to the Internet Archive version of this site
O que é Wayback?
Wayback é uma extensão do Chrome desenvolvida por Nickelberry, e sua principal característica é "Go to the Internet Archive version of this site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wayback
Baixe arquivos de extensão Wayback 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
This extension simply redirects the current tab to the corresponding Internet Archive Wayback Machine history of the page.
Informações Básicas da Extensão
Nome | Wayback |
ID | mlejbifafhaiaeioklpmhgodeonlcajh |
URL Oficial | https://chromewebstore.google.com/detail/wayback/mlejbifafhaiaeioklpmhgodeonlcajh |
Descrição | Go to the Internet Archive version of this site |
Tamanho do Arquivo | 11.71 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.2 |
Última Atualização | 2021-06-21 |
Data de Publicação | 2021-06-06 |
Desenvolvedor | Nickelberry |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |