WayBack Chrome
View older versions of the current webpage
O que é WayBack Chrome?
WayBack Chrome é uma extensão do Chrome desenvolvida por Fisix, e sua principal característica é "View older versions of the current webpage".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WayBack Chrome
Baixe arquivos de extensão WayBack Chrome 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
WayBack Chrome allows you to view older versions of current websites. To use the app, simply click on the icon while visiting a site and select a date.
Informações Básicas da Extensão
Nome | WayBack Chrome |
ID | phabfadigilgfagiclfpjnjljedbjclf |
URL Oficial | https://chromewebstore.google.com/detail/wayback-chrome/phabfadigilgfagiclfpjnjljedbjclf |
Descrição | View older versions of the current webpage |
Tamanho do Arquivo | 16.04 KB |
Contagem de Instalações | 4,282 |
Versão Atual | 1.9 |
Última Atualização | 2015-01-09 |
Data de Publicação | 2015-01-09 |
Classificação | 4.50/5 Total de 22 Avaliações |
Desenvolvedor | Fisix |
Tipo de Pagamento | free |
Site da Extensão | http://mmkdigital.com |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WayBack Chrome", "version": "1.9", "manifest_version": 2, "description": "View older versions of the current webpage", "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png" }, "permissions": [ "tabs" ] } |